Function

Learn about function, we have the largest and most updated function information on alibabacloud.com

MCrypt encoding function library: mcrypt_get_cipher_name

Mcrypt_get_cipher_http://www.aliyun.com/zixun/aggregation/11696.html ">name Gets the name of the encoding. Syntax: string mcrypt_get_cipher_name (int cipher); Return value: String function kind: Code processing Content Description This function is used to obtain the name of the encoding. The return value is the name string, without the specified ...

MCrypt encoding function library: MCRYPT_ECB

MCRYPT_ECB uses the ECB to add/decrypt information. Syntax: string MCRYPT_ECB (int cipher, string key, string data, int mode);  Return value: String function kind: Encoding processing &http://www.aliyun.com/zixun/aggregation/37954.html ">nbsp; Content description ...

Math function library: max

Max (PHP3, PHP4) max---&http://www.aliyun.com/zixun/aggregation/37954.html ">nbsp; Returns the maximum syntax for the parameter: mixed max (mixed arg1, mixed arg2, mixed argn); Note: Returns the maximum value in the parameter, if the first argument is an array, this function returns the maximum value of the arrays, if ...

LDAP function library: Ldap_bind

Ldap_bind the LDAP directory. Syntax: boolean ldap_bind (int handle, string [Bind_rdn], string [Bind_password]); Return value: Boolean function Type: http://www.aliyun.com/zixun/aggregation/32416.html "> Network system Content Description This function is used to fasten ...

IMAP function library: imap_rfc822_write_address

Imap_rfc822_write_address e-mail address standardization. Syntax: String imap_rfc822_write_address (String mailbox, string host, string personal); Return value: String function type: http://www.aliyun.com/zixun/aggregation/32416.html > Net ...

FDF function Library: fdf_set_value

Fdf_set_http://www.aliyun.com/zixun/aggregation/9541.html the value of the >value configuration field. Syntax: boolean fdf_set_value (int handle, string fieldname, String value, int isname); Return value: Boolean function kind: Special file format content description ...

Array function library: Usort

Usort (PHP3 >= 3.0.3, PHP4) usort---&http://www.aliyun.com/zixun/aggregation/37954.html ">nbsp; Sorts the values of an array by user-defined functions: void Usort (array array, function cmp_function); Description: This function will be determined according to the user ...

Array function library: In_array

In_array (PHP4) in_array---Search for the existence of values in the array: bool In_array (mixed needle, array haystack); Description: This function searches the array haystack to see if the parameter needle exists in the array, returns true if found in the array, or returns FALSE. Example: <?php &http://www.aliyun ...

GNU gengetopt 2.22.5 release C function program

The GNU gengetopt is a simple description of the parameters that can generate a C + + function that uses the GNU Getopt_long (3) function to parse and validate command-line options. This program is very useful to you if you are too lazy to write all the necessary call Getopt_long (3), or if you need to use many options. The generated code can also be used for autoconf or automake. GNU gengetopt 2.22.5 version package preprocessed strings are handled correctly. Enum variable with ...

Grand Game Zhang: will push PC and mobile phone interoperability function

Zhang, CEO of the Grand game, said at the earnings meeting today that Shanda is planning to launch a PC-Mobile interoperability function, to realize the community of large games with mobile phones, and to develop new features such as security accounts. Zhang said that the grand game in the development of mobile phone platform strategy, in the country has a year of layout, in Korea, the layout of a longer time, now has a mature product, mature team and mature market. Grand Games in South Korea last year, the successful launch of the mobile phone game "million King Arthur", and plans in the first half of this year in Taiwan, Hong Kong, China and the new horse and other regions to push ...

It is said that iphone 6 will launch nfc+ fingerprint recognition mobile payment function

Summary: Apple's September 9 release will come, speculation about its new products abound. According to Bloomberg, Apple will then announce a partnership with payment service Visa and MasterCard to launch the iphone's mobile payment function, and Re/code also reports that Apple's September 9 launch will come amid speculation about its new product. According to Bloomberg News, Apple will then announce a partnership with the payment service Visa and MasterCard to launch the iphone's move ...

HSSQLPPP 0.4.0 Release multi-function parser

HSSQLPP is a multi-function parser, printer, SQL Type Checker, which is written using Haskell. It can be used to parse a subset of PostgreSQL SQL and Pl/pgsql. The HSSQLPPP 0.4.0 version better supports resolving names/identifiers and fixing some of the grammar errors. Software Information: http://jakewheat.github.com/hssqlppp/

XML function library: xml_parser_create

Xml_parser_create the initial XML parser. Syntax: int xml_parser_create (string [encoding]); Return value: integer function kind: Data processing content Description This function is used to initialize a new XML parser. Parameter encoding can be omitted, the character set used for XML, the default value is Iso-8859-1, and other ASCII, UTF-8 two kinds. Success returns PA ...

PDF function Library: pdf_set_info_subject

Pdf_set_info_subject the configuration file theme. Syntax: void pdf_set_info_subject (int info, string subject); Return value: No function type: Special file format &http://www.aliyun.com/zixun/aggregation/37954.html ">nbsp; content description This function is used to configure the PDF file owner ...

PDF function Library: pdf_open_gif

Pdf_open_gif Open the GIF file. Syntax: int pdf_open_gif (int pdfid, string filehttp://www.aliyun.com/zixun/aggregation/11696.html ">name"); Return value: Integer function type: Special file format Content Description This function is used to open a graphics file in GIF format. The parameter Pdfid is P ...

PDF function Library: pdf_execute_image

Pdf_execute_image places the picture in the PDF file to the specified location. Syntax: boolean pdf_execute_image (int pdfid, int image, double x-coor, double Y-coor, double scale); Return value: Boolean function kind: Special file format &http://www.aliyun.com/zixun/aggregati ...

MySQL function library: Mysql_errno

Mysql_errno (PHP3, PHP4) Mysql_errno---Returns the error message code syntax from a previous MySQL operation: int mysql_errno ([int link_identifier]) Description: Returns the error message code from the last MySQL function, and returns 0 (zero) if no error occurs. Errors returned from the MySQL database can be obtained by using Mysql_errno () to obtain the error code, note: ...

LDAP function library: Ldap_add

Ldap_add adds an LDAP directory entry. Syntax: boolean ldap_add (int handle, string dn, array entry); Return value: Boolean function Type: http://www.aliyun.com/zixun/aggregation/32416.html "> Network system Content Description This function is used to add new entries to the LDAP directory. Parameter hand ...

IMAP function library: imap_base64

IMAP_BASE64 Solution BASE64 Encoding. Syntax: String imap_base64 (string text); Return value: String function type: http://www.aliyun.com/zixun/aggregation/32416.html > Network system Content Description This function will decode with a BASE64 encoded string.  The return value is the decoded string. Reference ...

IMAP function library: imap_num_msg

Imap_num_msg get the number of letters. Syntax: int imap_num_msg (int imap_stream); Return value: Integer function Type: http://www.aliyun.com/zixun/aggregation/32416.html "> Network system Content Description This function can get the number of letters in the mailbox (mailbox). Parameter Imap_stream for IMAP 5 ...

Total Pages: 150 1 .... 13 14 15 16 17 .... 150 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.