- curl_copy_handle – Copy a cURL handle along with all of its preferences
- curl_errno – Return the last error number
- curl_error – Return a string containing the last error for the current session
- curl_escape – URL encodes the given string
- curl_getinfo – Get information regarding a specific transfer
- curl_multi_add_handle – Add a normal cURL handle to a cURL multi handle
- curl_multi_close – Close a set of cURL handles
- curl_multi_errno – Return the last multi curl error number
- curl_multi_exec – Run the sub-connections of the current cURL handle
- curl_multi_getcontent – Return the content of a cURL handle if CURLOPT_RETURNTRANSFER is set
- curl_multi_info_read – Get information about the current transfers
- curl_multi_init – Returns a new cURL multi handle
- curl_multi_remove_handle – Remove a multi handle from a set of cURL handles
- curl_multi_select – Wait for activity on any curl_multi connection
- curl_multi_setopt – Set an option for the cURL multi handle
- curl_multi_strerror – Return string describing error code
- curl_pause – Pause and unpause a connection
- curl_reset – Reset all options of a libcurl session handle
- curl_setopt_array – Set multiple options for a cURL transfer
- curl_share_close – Close a cURL share handle
- curl_share_errno – Return the last share curl error number
- curl_share_init – Initialize a cURL share handle
- curl_share_setopt – Set an option for a cURL share handle
- curl_share_strerror – Return string describing the given error code
- curl_strerror – Return string describing the given error code
- curl_unescape – Decodes the given URL encoded string
- curl_version – Gets cURL version information
- ftp_alloc – Allocates space for a file to be uploaded
- ftp_append – Append content of a file a another file on the FTP server
- ftp_cdup – Changes to the parent directory
- ftp_chdir – Changes the current directory on a FTP server
- ftp_chmod – Set permissions on a file via FTP
- ftp_close – Closes an FTP connection
- ftp_connect – Opens an FTP connection
- ftp_delete – Deletes a file on the FTP server
- ftp_exec – Requests execution of a command on the FTP server
- ftp_fget – Downloads a file from the FTP server and saves to an open file
- ftp_fput – Uploads from an open file to the FTP server
- ftp_get – Downloads a file from the FTP server
- ftp_get_option – Retrieves various runtime behaviours of the current FTP stream
- ftp_login – Logs in to an FTP connection
- ftp_mdtm – Returns the last modified time of the given file
- ftp_mkdir – Creates a directory
- ftp_mlsd – Returns a list of files in the given directory
- ftp_nb_continue – Continues retrieving/sending a file (non-blocking)
- ftp_nb_fget – Retrieves a file from the FTP server and writes it to an open file (non-blocking)
- ftp_nb_fput – Stores a file from an open file to the FTP server (non-blocking)
- ftp_nb_get – Retrieves a file from the FTP server and writes it to a local file (non-blocking)
- ftp_nb_put – Stores a file on the FTP server (non-blocking)
- ftp_nlist – Returns a list of files in the given directory
- ftp_pasv – Turns passive mode on or off
- ftp_put – Uploads a file to the FTP server
- ftp_pwd – Returns the current directory name
- ftp_quit – Alias of ftp_close
- ftp_raw – Sends an arbitrary command to an FTP server
- ftp_rawlist – Returns a detailed list of files in the given directory
- ftp_rename – Renames a file or a directory on the FTP server
- ftp_rmdir – Removes a directory
- ftp_set_option – Set miscellaneous runtime FTP options
- ftp_site – Sends a SITE command to the server
- ftp_size – Returns the size of the given file
- ftp_ssl_connect – Opens a Secure SSL-FTP connection
- ftp_systype – Returns the system type identifier of the remote FTP server
- getimagesizefromstring – Get the size of an image from a string
- getmxrr – Get MX records corresponding to a given Internet host name
- getmyinode – Gets the inode of the current script
- getmypid – Gets PHP’s process ID
- getmyuid – Gets PHP script owner’s UID
- getopt – Gets options from the command line argument list
- getprotobyname – Get protocol number associated with protocol name
- getprotobynumber – Get protocol name associated with protocol number
- getrusage – Gets the current resource usages
- getservbyname – Get port number associated with an Internet service and protocol
- getservbyport – Get Internet service which corresponds to port and protocol
- gettext – Lookup a message in the current domain
- get_called_class – The “Late Static Binding” class name
- get_cfg_var – Gets the value of a PHP configuration option
- get_class – Returns the name of the class of an object
- get_class_methods – Gets the class methods’ names
- get_class_vars – Get the default properties of the class
- get_declared_classes – Returns an array with the name of the defined classes
- get_declared_interfaces – Returns an array of all declared interfaces
- get_declared_traits – Returns an array of all declared traits
- get_html_translation_table – Returns the translation table used by htmlspecialchars and htmlentities
- get_loaded_extensions – Returns an array with the names of all modules compiled and loaded
- get_magic_quotes_runtime – Gets the current active configuration setting of magic_quotes_runtime
- get_object_vars – Gets the properties of the given object
- get_parent_class – Retrieves the parent class name for object or class
- get_required_files – Alias of get_included_files
- get_resources – Returns active resources
- get_resource_type – Returns the resource type
- glob – Find pathnames matching a pattern
- gmstrftime – Format a GMT/UTC time/date according to locale settings
- gregoriantojd – Converts a Gregorian date to Julian Day Count
- hash_copy – Copy hashing context
- hash_final – Finalize an incremental hash and return resulting digest
- hash_hkdf – Generate a HKDF key derivation of a supplied key input
- hash_hmac – Generate a keyed hash value using the HMAC method
- hash_hmac_algos – Return a list of registered hashing algorithms suitable for hash_hmac
- hash_hmac_file – Generate a keyed hash value using the HMAC method and the contents of a given file
- hash_init – Initialize an incremental hashing context
- hash_pbkdf2 – Generate a PBKDF2 key derivation of a supplied password
- hash_update – Pump data into an active hashing context
- hash_update_file – Pump data into an active hashing context from a file
- hash_update_stream – Pump data into an active hashing context from an open stream
- header_register_callback – Call a header function
- header_remove – Remove previously set headers
- hebrev – Convert logical Hebrew text to visual text
- hebrevc – Convert logical Hebrew text to visual text with newline conversion
- hypot – Calculate the length of the hypotenuse of a right-angle triangle
- iconv – Convert string to requested character encoding
- ignore_user_abort – Set whether a client disconnect should abort script execution
- image2wbmp – Output image to browser or file
- imageaffine – Return an image containing the affine transformed src image, using an optional clipping area
- inclued_get_data – Get the inclued data
- inet_ntop – Converts a packed internet address to a human readable representation
- inet_pton – Converts a human readable IP address to its packed in_addr representation
- intdiv – Integer division
- intl_error_name – Get symbolic name for a given error code
- intl_get_error_code – Get the last error code
- intl_get_error_message – Get description of the last error
- intl_is_failure – Check whether the given error code indicates failure
- intval – Get the integer value of a variable
- is_a – Checks if the object is of this class or has this class as one of its parents
- is_soap_fault – Checks if a SOAP call has failed
- is_subclass_of – Checks if the object has this class as one of its parents or implements it
- is_tainted – Checks whether a string is tainted
- iterator_apply – Call a function for every element in an iterator
- iterator_count – Count the elements in an iterator
- iterator_to_array – Copy the iterator into an array
- link – Create a hard link
- log – Natural logarithm
- magic_quotes_runtime – Alias of set_magic_quotes_runtime
- memory_get_peak_usage – Returns the peak of memory allocated by PHP
- memory_get_usage – Returns the amount of memory allocated to PHP
- mime_content_type – Detect MIME Content-type for a file
- nl_langinfo – Query language and locale information
- ob_clean – Clean (erase) the output buffer
- ob_end_clean – Clean (erase) the output buffer and turn off output buffering
- ob_flush – Flush (send) the output buffer
- ob_get_clean – Get current buffer contents and delete current output buffer
- ob_get_contents – Return the contents of the output buffer
- ob_get_flush – Flush the output buffer, return it as a string and turn off output buffering
- ob_get_length – Return the length of the output buffer
- ob_get_level – Return the nesting level of the output buffering mechanism
- ob_get_status – Get status of output buffers
- ob_gzhandler – ob_start callback function to gzip output buffer
- ob_iconv_handler – Convert character encoding as output buffer handler
- ob_implicit_flush – Turn implicit flush on/off
- ob_list_handlers – List all output handlers in use
- ob_tidyhandler – ob_start callback function to repair the buffer
- octdec – Octal to decimal
- openlog – Open connection to system logger
- output_add_rewrite_var – Add URL rewriter values
- output_reset_rewrite_vars – Reset URL rewriter values
- override_function – Overrides built-in functions
- pack – Pack data into binary string
- parse_ini_file – Parse a configuration file
- parse_ini_string – Parse a configuration string
- passthru – Execute an external program and display raw output
- password_needs_rehash – Checks if the given hash matches the given options
- pclose – Closes process file pointer
- PDO::beginTransaction – Initiates a transaction
- PDO::commit – Commits a transaction
- PDO::cubrid_schema – Get the requested schema information
- PDO::errorCode – Fetch the SQLSTATE associated with the last operation on the database handle
- PDO::errorInfo – Fetch extended error information associated with the last operation on the database handle
- PDO::exec – Execute an SQL statement and return the number of affected rows
- PDO::getAttribute – Retrieve a database connection attribute
- PDO::getAvailableDrivers – Return an array of available PDO drivers
- PDO::inTransaction – Checks if inside a transaction
- PDO::lastInsertId – Returns the ID of the last inserted row or sequence value
- PDO::pgsqlCopyFromArray – Copy data from PHP array into table
- PDO::pgsqlCopyFromFile – Copy data from file into table
- PDO::pgsqlCopyToArray – Copy data from database table into PHP array
- PDO::pgsqlCopyToFile – Copy data from table into file
- PDO::pgsqlGetNotify – Get asynchronous notification
- PDO::pgsqlGetPid – Get the server PID
- PDO::pgsqlLOBCreate – Creates a new large object
- PDO::pgsqlLOBOpen – Opens an existing large object stream
- PDO::pgsqlLOBUnlink – Deletes the large object
- PDO::prepare – Prepares a statement for execution and returns a statement object
- PDO::query – Executes an SQL statement, returning a result set as a PDOStatement object
- PDO::quote – Quotes a string for use in a query
- PDO::rollBack – Rolls back a transaction
- PDO::setAttribute – Set an attribute
- PDO::sqliteCreateAggregate – Registers an aggregating User Defined Function for use in SQL statements
- PDO::sqliteCreateCollation – Registers a User Defined Function for use as a collating function in SQL statements
- PDO::sqliteCreateFunction – Registers a User Defined Function for use in SQL statements
- PDO::__construct – Creates a PDO instance representing a connection to a database
- PDOStatement::bindColumn – Bind a column to a PHP variable
- PDOStatement::bindParam – Binds a parameter to the specified variable name
- PDOStatement::bindValue – Binds a value to a parameter
- PDOStatement::closeCursor – Closes the cursor, enabling the statement to be executed again
- PDOStatement::columnCount – Returns the number of columns in the result set
- PDOStatement::debugDumpParams – Dump an SQL prepared command
- PDOStatement::errorCode – Fetch the SQLSTATE associated with the last operation on the statement handle
- PDOStatement::errorInfo – Fetch extended error information associated with the last operation on the statement handle
- PDOStatement::execute – Executes a prepared statement
- PDOStatement::fetch – Fetches the next row from a result set
- PDOStatement::fetchAll – Returns an array containing all of the result set rows
- PDOStatement::fetchColumn – Returns a single column from the next row of a result set
- PDOStatement::fetchObject – Fetches the next row and returns it as an object
- PDOStatement::getAttribute – Retrieve a statement attribute
- PDOStatement::getColumnMeta – Returns metadata for a column in a result set
- PDOStatement::nextRowset – Advances to the next rowset in a multi-rowset statement handle
- PDOStatement::rowCount – Returns the number of rows affected by the last SQL statement
- PDOStatement::setAttribute – Set a statement attribute
- PDOStatement::setFetchMode – Set the default fetch mode for this statement
- php_check_syntax – Check the PHP syntax of (and execute) the specified file
- php_ini_loaded_file – Retrieve a path to the loaded php.ini file
- php_ini_scanned_files – Return a list of .ini files parsed from the additional ini dir
- php_logo_guid – Gets the logo guid
- php_sapi_name – Returns the type of interface between web server and PHP
- php_strip_whitespace – Return source with stripped comments and whitespace
- php_uname – Returns information about the operating system PHP is running on
- popen – Opens process file pointer
- preg_filter – Perform a regular expression search and replace
- preg_grep – Return array entries that match the pattern
- preg_last_error – Returns the error code of the last PCRE regex execution
- preg_quote – Quote regular expression characters
- preg_replace_callback_array – Perform a regular expression search and replace using callbacks
- preg_split – Split string by a regular expression
- quoted_printable_decode – Convert a quoted-printable string to an 8 bit string
- quoted_printable_encode – Convert a 8 bit string to a quoted-printable string
- rar_wrapper_cache_stats – Cache hits and misses for the URL wrapper
- readgzfile – Output a gz-file
- rename_function – Renames orig_name to new_name in the global function table
- session_cache_expire – Return current cache expire
- session_cache_limiter – Get and/or set the current cache limiter
- session_commit – Alias of session_write_close
- session_create_id – Create new session id
- session_decode – Decodes session data from a session encoded string
- session_encode – Encodes the current session data as a session encoded string
- session_gc – Perform session data garbage collection
- session_get_cookie_params – Get the session cookie parameters
- session_id – Get and/or set the current session id
- session_is_registered – Find out whether a global variable is registered in a session
- session_module_name – Get and/or set the current session module
- session_name – Get and/or set the current session name
- session_pgsql_add_error – Increments error counts and sets last error message
- session_pgsql_get_error – Returns number of errors and last error message
- session_pgsql_get_field – Get custom field value
- session_pgsql_reset – Reset connection to session database servers
- session_pgsql_set_field – Set custom field value
- session_pgsql_status – Get current save handler status
- session_regenerate_id – Update the current session id with a newly generated one
- session_register – Register one or more global variables with the current session
- session_register_shutdown – Session shutdown function
- session_reset – Re-initialize session array with original values
- session_save_path – Get and/or set the current session save path
- session_set_cookie_params – Set the session cookie parameters
- session_set_save_handler – Sets user-level session storage functions
- session_status – Returns the current session status
- session_unregister – Unregister a global variable from the current session
- session_write_close – Write session data and end session
- setproctitle – Set the process title
- setrawcookie – Send a cookie without urlencoding the cookie value
- setthreadtitle – Set the thread title
- set_exception_handler – Sets a user-defined exception handler function
- set_file_buffer – Alias of stream_set_write_buffer
- set_include_path – Sets the include_path configuration option
- set_magic_quotes_runtime – Sets the current active configuration setting of magic_quotes_runtime
- set_socket_blocking – Alias of stream_set_blocking
- set_time_limit – Limits the maximum execution time
- soundex – Calculate the soundex key of a string
- spliti – Split string into array by regular expression case insensitive
- srand – Seed the random number generator
- sscanf – Parses input from a string according to a format
- strptime – Parse a time/date generated with strftime
- strval – Get string value of a variable
- str_rot13 – Perform the rot13 transform on a string
- syslog – Generate a system log message
- system – Execute an external program and display the output
- sys_getloadavg – Gets system load average
- sys_get_temp_dir – Returns directory path used for temporary files
- taint – Taint a string
- tempnam – Create file with unique file name
- textdomain – Sets the default domain
- timezone_location_get – Alias of DateTimeZone::getLocation
- timezone_name_from_abbr – Returns the timezone name from abbreviation
- timezone_name_get – Alias of DateTimeZone::getName
- timezone_offset_get – Alias of DateTimeZone::getOffset
- timezone_open – Alias of DateTimeZone::__construct
- timezone_transitions_get – Alias of DateTimeZone::getTransitions
- timezone_version_get – Gets the version of the timezonedb
- time_nanosleep – Delay for a number of seconds and nanoseconds
- tmpfile – Creates a temporary file
- token_get_all – Split given source into PHP tokens
- token_name – Get the symbolic name of a given PHP token
- trigger_error – Generates a user-level error/warning/notice message
- user_error – Alias of trigger_error
- utf8_decode – Converts a string with ISO-8859-1 characters encoded with UTF-8 to single-byte ISO-8859-1
- utf8_encode – Encodes an ISO-8859-1 string to UTF-8
- Zip context options – Zip context option listing
- zip_close – Close a ZIP file archive
- zip_entry_close – Close a directory entry
- zip_entry_compressedsize – Retrieve the compressed size of a directory entry
- zip_entry_compressionmethod – Retrieve the compression method of a directory entry
- zip_entry_filesize – Retrieve the actual file size of a directory entry
- zip_entry_name – Retrieve the name of a directory entry
- zip_entry_open – Open a directory entry for reading
- zip_entry_read – Read from an open directory entry
- zip_open – Open a ZIP file archive
- zip_read – Read next entry in a ZIP file archive
0 Comment