PHP5 new function

zhaozj2021-02-16  139

PHP5 new function

Source / zend translation / easychen @ phpe

Add some functions in PHP5, the next list: arrays: array_combine () - use an array as an index, another array is used as a value to create a new array_diff_uassoc () - using the user-supplied callback function compares the callback function of the callback function Vision (using additional index check) Array_UDIFF () - Use a multi-difference array of callback functions Array_UDIFF_ASSOC () - Compare the differences in the array (using additional index check). The data is compared by the callback function. Array_UDIFF_UASSOC () - Compare the difference between array (using additional index check). The data is compared by the callback function; the index check is also completed by the callback function. Array_walk_recursive () - Calls a user-defined function to traverse each element of the array.

Interbase: IBASE_AFFECTED_ROWS () - Returns a ROW number ibase_backup () in the previous Query - starting a Backup task in Service Manager and returns IBASE_COMMIT_RET () - Under the case where it is not closed, a commit is a transaction IBASE_DB_INFO ()-obtained state of the database ibase_drop_db () - Drop a database ibase_errcode () - returns an error code ibase_free_event_handler () - to cancel the event handler ibase_gen_id a registered () - Add named generator and returns the new value ibase_maintain_db () - perform maintenance command ibase_name_result () - Specify one name to a result_num_params () - Returns a number of parameters in Prepared Query IBase_Param_info () - Returns a parameter in a prepared query IBASE_RESTORE () - Ibase_Restore () - Return to IBASE_ROLLBACK_RET immediately in Service Manager the callback function ibase_wait_event an event registration -) - Rollback transaction and retain the transaction context (context) ibase_server_info () - get information ibase_service_attach a database () - connect to service manageribase_service_detach () - and the service manager off ibase_set_event_handler () () - Waiting for the database event iconv: iconv_mime_decode () - Decoding a MIME header iConv_mime_Decode_Headers () - Iconv_mime_encode () - Form a MIME header iConv_Strlen () - Return the character of the string iconv_strpos () - Find Character in the first time ICONV_STRPOS () - Find the last appearance of characters in the string iConv_Substr () - Some of the string STREAMS: stream _copy_to_stream () - Copy among the stream data stream_get_line () - separated by the specifier acquired line stream_socket_accept from the stream of () - receiving socket by the stream_socket_server () to create a connection With stream_socket_client () - Open Internet or Unix domain socket connection stream_socket_get_name () - get the local or remote sockets name stream_socket_recvfrom () - receiving from socket data, regardless of whether the connection stream_socket_sendto () - send a message to a socket, whether connection stream_socket_server () - create an Internet or Unix domain socketOther: convert_uudecode () - decoding a By UUENCODE character Convert_uuencode () - encodes a character for uuencode curl_copy_handle () - Copy a CURL handle, along with its preferences DBA_KEY_SPLIT () - a key value (Key)

转载请注明原文地址:https://www.9cbs.com/read-8658.html

New Post(0)