Php Chinese Function Handbook

Read about php chinese function handbook, The latest news, videos, and discussion topics about php chinese function handbook from alibabacloud.com

String function Library: Trim

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: ...

String function Library: Explode

Explode (PHP3, PHP4) explode---&http://www.aliyun.com/zixun/aggregation/37954.html ">nbsp; Open string Syntax: Array explode (string separator, string string [, int limit]) Description: Returns an array of strings, with arguments ...

Math function Library: Deg2rad

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 ...

Calendar function Library: GREGORIANTOJD

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 ...

String function Library: Ob_implicit_flush

Ob_implicit_flush (PHP4 >= 4.0b4) ob_implicit_flush---&http://www.aliyun.com/zixun/aggregation/37954.html " >nbsp; Turn on or off the intrinsic purge syntax: void Ob_implicit_flush ([int flag]) Description: Ob_implicit ...

String function Library: addcslashes

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 ...

Math Function Library: ASIN

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 ()

Spelling checker Library: aspell_suggest

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 ...

String function Library: Ob_end_clean

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 (...)

String function Library: Implode

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 ...

Math function Library: decoct

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 ...

String function Library: Ob_end_flush

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 ...

String function library: Crypt

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 ...

Math function Library: Dechex

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 ...

String function Library: ob_get_contents

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. ...

String function Library: Htmlspecialchars

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 ...

Math function Library: decbin

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 ...

String function Library: convert_cyr_string

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 ...)

String function Library: CRC32

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 ...

Math function Library: ceil

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 ...

Total Pages: 3 1 2 3 Go to: Go

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.