Trim (PHP3, PHP4) trim---&http://www.aliyun.com/zixun/aggregation/37954.html ">nbsp; Removes the whitespace syntax at the beginning and end of a string: string trim (String str) Description: This function removes whitespace at the beginning and end of a string and returns a string that is stripped of whitespace. The blank characters it will now remove are: ...
Deg2rad (PHP3 >= 3.0.4, PHP4) deg2rad---&http://www.aliyun.com/zixun/aggregation/37954.html ">nbsp; Converts a numeric value from degree to degree syntax: Double Deg2rad (double) indicates that this function converts number from degree to diameter. Reference: Rad2 ...
Gregoriantojd (PHP3, PHP4) GREGORIANTOJD---&http://www.aliyun.com/zixun/aggregation/37954.html ">nbsp; Convert Gregorian calendar to Caesar day count syntax: int GREGORIANTOJD (int month, int day, int years); Description: The Gregorian calendar has ...
Addcslashes (PHP4 >= 4.0b4) addcslashes---&http://www.aliyun.com/zixun/aggregation/37954.html ">nbsp; Precede the specified character with the backslash syntax: string addcslashes (String str, string charlist) Description: The parameter cha ...
ASIN (PHP3, PHP4) ASIN---&http://www.aliyun.com/zixun/aggregation/37954.html ">nbsp; Take the inverse string value syntax: Float ASIN (float arg); Description: Returns the inverse chord value (diameter) of the parameter arg. Reference: ACOs () Atan ()
Aspell_suggest (PHP3 >= 3.0.7, PHP4) aspell_suggest---The spelling French method of the word: array aspell_suggest (int dictionary_link, string Word); Description: Aspell_suggest () returns the possible spellings of the word into an array variable. Example: <?php &htt ...
Ob_end_clean (PHP4) ob_end_clean---&http://www.aliyun.com/zixun/aggregation/37954.html ">nbsp; Discards output buffered content and turns off output buffering syntax: void Ob_end_clean (void); Description: This function discards the contents of the output buffer and turns off the output buffer. Reference: Ob_start (...)
Implode (PHP3, PHP4) implode---&http://www.aliyun.com/zixun/aggregation/37954.html ">nbsp; To concatenate the elements of an array into string syntax: String implode (string glue, array Pieces) Description: Glue the elements of an array pieces with an argument ...
Decoct (PHP3, PHP4) decoct---&http://www.aliyun.com/zixun/aggregation/37954.html ">nbsp; Decimal octal Syntax: string decoct (int number); Remarks: Converts the value of the parameter number decimal to the octal value, which returns an octal value. The maximum value that can be converted is octal 1 ...
Ob_end_flush (PHP4) ob_end_flush---&http://www.aliyun.com/zixun/aggregation/37954.html ">nbsp; Clears output buffering and turns off output buffering syntax: void Ob_end_flush (void); Description: This function will send out the output buffered content and turn off the output buffer, if you want to further handle the buffered content, you ...
Crypt (PHP3, PHP4) crypt---&http://www.aliyun.com/zixun/aggregation/37954.html ">nbsp; Use des to 碥 String code syntax: String crypt (String str [, string salt]) Description: Crypt () will encode the string using standard Unix des encryption ...
Dechex (PHP3, PHP4) dechex---&http://www.aliyun.com/zixun/aggregation/37954.html ">nbsp; Decimal hexadecimal syntax: string dechex (int number); Remarks: Converts the value of the parameter number decimal to a value of 16, which returns a value of 16. The maximum value that can be converted is 16 ...
Ob_get_contents (PHP4) ob_get_contents---&http://www.aliyun.com/zixun/aggregation/37954.html ">nbsp; Returns the content syntax for output buffering: string ob_get_contents (void); Description: This returns the contents of the output buffer and returns False if the output buffer is not turned on. ...
Htmlspecialchars (PHP3, PHP4) htmlspecialchars---&http://www.aliyun.com/zixun/aggregation/37954.html ">nbsp ; Convert special characters to HTML entity syntax: String Htmlspecialchars (String string) Description: Some characters in html ...
Decbin (PHP3, PHP4) decbin---&http://www.aliyun.com/zixun/aggregation/37954.html ">nbsp; Decimal to binary syntax: string decbin (int number); Remarks: Converts the value of the parameter number decimal to a binary value, which returns a binary value. The maximum value that can be converted is binary 3 ...
Convert_cyr_string (PHP3 >= 3.0.6, PHP4) convert_cyr_string---&http://www.aliyun.com/zixun/aggregation/ 37954.html ">nbsp; Convert Cyrillic font to another syntax: string convert_cyr_string (String str, st ...)
CRC32 (PHP4 >= 4.0.1) crc32---&http://www.aliyun.com/zixun/aggregation/37954.html ">nbsp; Compute string CRC32 polynomial syntax: int crc32 (String str) Description: The 32-bit long CRC polynomial that produces the parameter str (cyclic redundancy che ...
Ceil (PHP3, PHP4) ceil---&http://www.aliyun.com/zixun/aggregation/37954.html ">nbsp; Gets the minimum integer value syntax greater than the specified number: int ceil (float); Description: Returns the smallest integer value that is greater than the parameter number. Using Ceil () absolute on integers is a waste of time. Reference: Flo ...
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.