Javatpoint Logo
Javatpoint Logo

PHP gmp_export() Function

PHP has a built-in function called GMP export() that turns a GMP number into a binary string.

Syntax

The given syntax shows the PHP GMP export function.

Parameters

As shown above syntax and explained below, the GMP gmp_export() function takes three parameters:

  1. $numbers: This is a required parameter for the GMP gmp_export() function. It is the number that the function will export.
  2. $num_size: This parameter tells how many bytes are in each piece of binary data. Most of the time, this parameter is used with the options parameter. This parameter's default value is 1.
  3. $option_num: GMP MSW FIRST | GMP NATIVE INDIAN is what this parameter is set to by default.

Return Values

If the function works, it gives back a string. If it doesn't work, it gives back FALSE.

Examples

Example1: the given example shows gmp_export() function with basic value. The given parameter shows string values of the positive and negative numbers. The export function does not affect the positive and negative numbers.

Output:

The given output shows the gmp_export() function and its data.

PHP gmp_export() function

Example2: the given example shows a value with the variable value.

Output:

The given output shows the gmp_export() function and its data.

PHP gmp_export() function

Example3: the export function uses number count with a basic GMP parameter. We can see the difference between default word count and user word count.

Output:

The given output shows the gmp_export() function and its data.

PHP gmp_export() function

Example4: the given example shows the export function with the other GMP function. Here, we use the complement and absolute data functions.

Output:

The following output shows the gmp_export() function and its data.

PHP gmp_export() function

Conclusion

The division "gmp_export ()" function uses the GMP parameter for mathematical operation. It gets the binary string value of the given function's parameter. The function removes lengthy conversion operations code using operators and values.







Youtube For Videos Join Our Youtube Channel: Join Now

Feedback


Help Others, Please Share

facebook twitter pinterest

Learn Latest Tutorials


Preparation


Trending Technologies


B.Tech / MCA