-
Created On: 08/08/2020
in PHP Functions
Warning! We highly discourage use of this feature going forward as this has been deprecated in PHP. You will not be able to decrypt data encrypted through this method in the future. Learn more. This is equivalent to mdecrypt_generic in PHP. ...
-
Created On: 08/08/2020
in PHP Functions
This is equivalent to the substr function in PHP. This function returns the portion of string specified by the offset and length parameters. If start is non-negative, the returned string will start at the start position in string, counting from...
-
Created On: 08/08/2020
in PHP Functions
This is equivalent to the array_shift function in PHP. Shift an element off the beginning of array. To see an example or learn more other PHP functions and PHP programming, visit PHP Documentation . ...
-
Created On: 08/08/2020
in PHP Functions
This is equivalent to the date function in PHP. This function converts %%time, a Unix timestamp, into a human readable date and time. %%time is optional and defaults to the current time.
Check out the PHP documenation for this function to lea...
-
Created On: 08/08/2020
in PHP Functions
This is equivalent to the parse_url function in PHP. %%component is optional.
%%component - Specify one of PHP_URL_SCHEME, PHP_URL_HOST, PHP_URL_PORT, PHP_URL_USER, PHP_URL_PASS, PHP_URL_PATH, PHP_URL_QUERY or PHP_URL_FRAGMENT to retrieve jus...
-
Created On: 08/08/2020
in PHP Functions
This is equivalent to the array_flip function in PHP. Given an array, this function will exchange an element's key with that element's value and return the resulting array.
To see an example or learn more other PHP functions and PHP progr...
-
Created On: 08/08/2020
in PHP Functions
Warning! We highly discourage use of this feature going forward as this has been deprecated in PHP. Learn more. This is equivalent to mcrypt_generic in PHP. This function encrypts data. The following parameters are supported in the sgapiMCr...
-
Created On: 08/08/2020
in PHP Functions
This is equivalent to the array_diff_key function in PHP. Computes the difference of arrays using keys for comparison. To see an example or learn more other PHP functions and PHP programming, visit PHP Documentation . ...
-
Created On: 08/08/2020
in PHP Functions
This is equivalent to the strtoupper function in PHP. This function returns the given string in all upper case using the PHP function strtoupper. To see an example or learn more other PHP functions and PHP programming, visit PHP Documentation ....
-
Created On: 08/08/2020
in PHP Functions
This is equivalent to the array_push function in PHP. Push one or more elements onto the end of array. To see an example or learn more other PHP functions and PHP programming, visit PHP Documentation . ...