php.net

PHP.net

  1. curl_copy_handle – Copy a cURL handle along with all of its preferences
  2. curl_errno – Return the last error number
  3. curl_error – Return a string containing the last error for the current session
  4. curl_escape – URL encodes the given string
  5. curl_getinfo – Get information regarding a specific transfer
  6. curl_multi_add_handle – Add a normal cURL handle to a cURL multi handle
  7. curl_multi_close – Close a set of cURL handles
  8. curl_multi_errno – Return the last multi curl error number
  9. curl_multi_exec – Run the sub-connections of the current cURL handle
  10. curl_multi_getcontent – Return the content of a cURL handle if CURLOPT_RETURNTRANSFER is set
  11. curl_multi_info_read – Get information about the current transfers
  12. curl_multi_init – Returns a new cURL multi handle
  13. curl_multi_remove_handle – Remove a multi handle from a set of cURL handles
  14. curl_multi_select – Wait for activity on any curl_multi connection
  15. curl_multi_setopt – Set an option for the cURL multi handle
  16. curl_multi_strerror – Return string describing error code
  17. curl_pause – Pause and unpause a connection
  18. curl_reset – Reset all options of a libcurl session handle
  19. curl_setopt_array – Set multiple options for a cURL transfer
  20. curl_share_close – Close a cURL share handle
  21. curl_share_errno – Return the last share curl error number
  22. curl_share_init – Initialize a cURL share handle
  23. curl_share_setopt – Set an option for a cURL share handle
  24. curl_share_strerror – Return string describing the given error code
  25. curl_strerror – Return string describing the given error code
  26. curl_unescape – Decodes the given URL encoded string
  27. curl_version – Gets cURL version information
  28. ftp_alloc – Allocates space for a file to be uploaded
  29. ftp_append – Append content of a file a another file on the FTP server
  30. ftp_cdup – Changes to the parent directory
  31. ftp_chdir – Changes the current directory on a FTP server
  32. ftp_chmod – Set permissions on a file via FTP
  33. ftp_close – Closes an FTP connection
  34. ftp_connect – Opens an FTP connection
  35. ftp_delete – Deletes a file on the FTP server
  36. ftp_exec – Requests execution of a command on the FTP server
  37. ftp_fget – Downloads a file from the FTP server and saves to an open file
  38. ftp_fput – Uploads from an open file to the FTP server
  39. ftp_get – Downloads a file from the FTP server
  40. ftp_get_option – Retrieves various runtime behaviours of the current FTP stream
  41. ftp_login – Logs in to an FTP connection
  42. ftp_mdtm – Returns the last modified time of the given file
  43. ftp_mkdir – Creates a directory
  44. ftp_mlsd – Returns a list of files in the given directory
  45. ftp_nb_continue – Continues retrieving/sending a file (non-blocking)
  46. ftp_nb_fget – Retrieves a file from the FTP server and writes it to an open file (non-blocking)
  47. ftp_nb_fput – Stores a file from an open file to the FTP server (non-blocking)
  48. ftp_nb_get – Retrieves a file from the FTP server and writes it to a local file (non-blocking)
  49. ftp_nb_put – Stores a file on the FTP server (non-blocking)
  50. ftp_nlist – Returns a list of files in the given directory
  51. ftp_pasv – Turns passive mode on or off
  52. ftp_put – Uploads a file to the FTP server
  53. ftp_pwd – Returns the current directory name
  54. ftp_quit – Alias of ftp_close
  55. ftp_raw – Sends an arbitrary command to an FTP server
  56. ftp_rawlist – Returns a detailed list of files in the given directory
  57. ftp_rename – Renames a file or a directory on the FTP server
  58. ftp_rmdir – Removes a directory
  59. ftp_set_option – Set miscellaneous runtime FTP options
  60. ftp_site – Sends a SITE command to the server
  61. ftp_size – Returns the size of the given file
  62. ftp_ssl_connect – Opens a Secure SSL-FTP connection
  63. ftp_systype – Returns the system type identifier of the remote FTP server
  64. getimagesizefromstring – Get the size of an image from a string
  65. getmxrr – Get MX records corresponding to a given Internet host name
  66. getmyinode – Gets the inode of the current script
  67. getmypid – Gets PHP’s process ID
  68. getmyuid – Gets PHP script owner’s UID
  69. getopt – Gets options from the command line argument list
  70. getprotobyname – Get protocol number associated with protocol name
  71. getprotobynumber – Get protocol name associated with protocol number
  72. getrusage – Gets the current resource usages
  73. getservbyname – Get port number associated with an Internet service and protocol
  74. getservbyport – Get Internet service which corresponds to port and protocol
  75. gettext – Lookup a message in the current domain
  76. get_called_class – The “Late Static Binding” class name
  77. get_cfg_var – Gets the value of a PHP configuration option
  78. get_class – Returns the name of the class of an object
  79. get_class_methods – Gets the class methods’ names
  80. get_class_vars – Get the default properties of the class
  81. get_declared_classes – Returns an array with the name of the defined classes
  82. get_declared_interfaces – Returns an array of all declared interfaces
  83. get_declared_traits – Returns an array of all declared traits
  84. get_html_translation_table – Returns the translation table used by htmlspecialchars and htmlentities
  85. get_loaded_extensions – Returns an array with the names of all modules compiled and loaded
  86. get_magic_quotes_runtime – Gets the current active configuration setting of magic_quotes_runtime
  87. get_object_vars – Gets the properties of the given object
  88. get_parent_class – Retrieves the parent class name for object or class
  89. get_required_files – Alias of get_included_files
  90. get_resources – Returns active resources
  91. get_resource_type – Returns the resource type
  92. glob – Find pathnames matching a pattern
  93. gmstrftime – Format a GMT/UTC time/date according to locale settings
  94. gregoriantojd – Converts a Gregorian date to Julian Day Count
  95. hash_copy – Copy hashing context
  96. hash_final – Finalize an incremental hash and return resulting digest
  97. hash_hkdf – Generate a HKDF key derivation of a supplied key input
  98. hash_hmac – Generate a keyed hash value using the HMAC method
  99. hash_hmac_algos – Return a list of registered hashing algorithms suitable for hash_hmac
  100. hash_hmac_file – Generate a keyed hash value using the HMAC method and the contents of a given file
  101. hash_init – Initialize an incremental hashing context
  102. hash_pbkdf2 – Generate a PBKDF2 key derivation of a supplied password
  103. hash_update – Pump data into an active hashing context
  104. hash_update_file – Pump data into an active hashing context from a file
  105. hash_update_stream – Pump data into an active hashing context from an open stream
  106. header_register_callback – Call a header function
  107. header_remove – Remove previously set headers
  108. hebrev – Convert logical Hebrew text to visual text
  109. hebrevc – Convert logical Hebrew text to visual text with newline conversion
  110. hypot – Calculate the length of the hypotenuse of a right-angle triangle
  111. iconv – Convert string to requested character encoding
  112. ignore_user_abort – Set whether a client disconnect should abort script execution
  113. image2wbmp – Output image to browser or file
  114. imageaffine – Return an image containing the affine transformed src image, using an optional clipping area
  115. inclued_get_data – Get the inclued data
  116. inet_ntop – Converts a packed internet address to a human readable representation
  117. inet_pton – Converts a human readable IP address to its packed in_addr representation
  118. intdiv – Integer division
  119. intl_error_name – Get symbolic name for a given error code
  120. intl_get_error_code – Get the last error code
  121. intl_get_error_message – Get description of the last error
  122. intl_is_failure – Check whether the given error code indicates failure
  123. intval – Get the integer value of a variable
  124. is_a – Checks if the object is of this class or has this class as one of its parents
  125. is_soap_fault – Checks if a SOAP call has failed
  126. is_subclass_of – Checks if the object has this class as one of its parents or implements it
  127. is_tainted – Checks whether a string is tainted
  128. iterator_apply – Call a function for every element in an iterator
  129. iterator_count – Count the elements in an iterator
  130. iterator_to_array – Copy the iterator into an array
  131. link – Create a hard link
  132. log – Natural logarithm
  133. magic_quotes_runtime – Alias of set_magic_quotes_runtime
  134. memory_get_peak_usage – Returns the peak of memory allocated by PHP
  135. memory_get_usage – Returns the amount of memory allocated to PHP
  136. mime_content_type – Detect MIME Content-type for a file
  137. nl_langinfo – Query language and locale information
  138. ob_clean – Clean (erase) the output buffer
  139. ob_end_clean – Clean (erase) the output buffer and turn off output buffering
  140. ob_flush – Flush (send) the output buffer
  141. ob_get_clean – Get current buffer contents and delete current output buffer
  142. ob_get_contents – Return the contents of the output buffer
  143. ob_get_flush – Flush the output buffer, return it as a string and turn off output buffering
  144. ob_get_length – Return the length of the output buffer
  145. ob_get_level – Return the nesting level of the output buffering mechanism
  146. ob_get_status – Get status of output buffers
  147. ob_gzhandler – ob_start callback function to gzip output buffer
  148. ob_iconv_handler – Convert character encoding as output buffer handler
  149. ob_implicit_flush – Turn implicit flush on/off
  150. ob_list_handlers – List all output handlers in use
  151. ob_tidyhandler – ob_start callback function to repair the buffer
  152. octdec – Octal to decimal
  153. openlog – Open connection to system logger
  154. output_add_rewrite_var – Add URL rewriter values
  155. output_reset_rewrite_vars – Reset URL rewriter values
  156. override_function – Overrides built-in functions
  157. pack – Pack data into binary string
  158. parse_ini_file – Parse a configuration file
  159. parse_ini_string – Parse a configuration string
  160. passthru – Execute an external program and display raw output
  161. password_needs_rehash – Checks if the given hash matches the given options
  162. pclose – Closes process file pointer
  163. PDO::beginTransaction – Initiates a transaction
  164. PDO::commit – Commits a transaction
  165. PDO::cubrid_schema – Get the requested schema information
  166. PDO::errorCode – Fetch the SQLSTATE associated with the last operation on the database handle
  167. PDO::errorInfo – Fetch extended error information associated with the last operation on the database handle
  168. PDO::exec – Execute an SQL statement and return the number of affected rows
  169. PDO::getAttribute – Retrieve a database connection attribute
  170. PDO::getAvailableDrivers – Return an array of available PDO drivers
  171. PDO::inTransaction – Checks if inside a transaction
  172. PDO::lastInsertId – Returns the ID of the last inserted row or sequence value
  173. PDO::pgsqlCopyFromArray – Copy data from PHP array into table
  174. PDO::pgsqlCopyFromFile – Copy data from file into table
  175. PDO::pgsqlCopyToArray – Copy data from database table into PHP array
  176. PDO::pgsqlCopyToFile – Copy data from table into file
  177. PDO::pgsqlGetNotify – Get asynchronous notification
  178. PDO::pgsqlGetPid – Get the server PID
  179. PDO::pgsqlLOBCreate – Creates a new large object
  180. PDO::pgsqlLOBOpen – Opens an existing large object stream
  181. PDO::pgsqlLOBUnlink – Deletes the large object
  182. PDO::prepare – Prepares a statement for execution and returns a statement object
  183. PDO::query – Executes an SQL statement, returning a result set as a PDOStatement object
  184. PDO::quote – Quotes a string for use in a query
  185. PDO::rollBack – Rolls back a transaction
  186. PDO::setAttribute – Set an attribute
  187. PDO::sqliteCreateAggregate – Registers an aggregating User Defined Function for use in SQL statements
  188. PDO::sqliteCreateCollation – Registers a User Defined Function for use as a collating function in SQL statements
  189. PDO::sqliteCreateFunction – Registers a User Defined Function for use in SQL statements
  190. PDO::__construct – Creates a PDO instance representing a connection to a database
  191. PDOStatement::bindColumn – Bind a column to a PHP variable
  192. PDOStatement::bindParam – Binds a parameter to the specified variable name
  193. PDOStatement::bindValue – Binds a value to a parameter
  194. PDOStatement::closeCursor – Closes the cursor, enabling the statement to be executed again
  195. PDOStatement::columnCount – Returns the number of columns in the result set
  196. PDOStatement::debugDumpParams – Dump an SQL prepared command
  197. PDOStatement::errorCode – Fetch the SQLSTATE associated with the last operation on the statement handle
  198. PDOStatement::errorInfo – Fetch extended error information associated with the last operation on the statement handle
  199. PDOStatement::execute – Executes a prepared statement
  200. PDOStatement::fetch – Fetches the next row from a result set
  201. PDOStatement::fetchAll – Returns an array containing all of the result set rows
  202. PDOStatement::fetchColumn – Returns a single column from the next row of a result set
  203. PDOStatement::fetchObject – Fetches the next row and returns it as an object
  204. PDOStatement::getAttribute – Retrieve a statement attribute
  205. PDOStatement::getColumnMeta – Returns metadata for a column in a result set
  206. PDOStatement::nextRowset – Advances to the next rowset in a multi-rowset statement handle
  207. PDOStatement::rowCount – Returns the number of rows affected by the last SQL statement
  208. PDOStatement::setAttribute – Set a statement attribute
  209. PDOStatement::setFetchMode – Set the default fetch mode for this statement
  210. php_check_syntax – Check the PHP syntax of (and execute) the specified file
  211. php_ini_loaded_file – Retrieve a path to the loaded php.ini file
  212. php_ini_scanned_files – Return a list of .ini files parsed from the additional ini dir
  213. php_logo_guid – Gets the logo guid
  214. php_sapi_name – Returns the type of interface between web server and PHP
  215. php_strip_whitespace – Return source with stripped comments and whitespace
  216. php_uname – Returns information about the operating system PHP is running on
  217. popen – Opens process file pointer
  218. preg_filter – Perform a regular expression search and replace
  219. preg_grep – Return array entries that match the pattern
  220. preg_last_error – Returns the error code of the last PCRE regex execution
  221. preg_quote – Quote regular expression characters
  222. preg_replace_callback_array – Perform a regular expression search and replace using callbacks
  223. preg_split – Split string by a regular expression
  224. quoted_printable_decode – Convert a quoted-printable string to an 8 bit string
  225. quoted_printable_encode – Convert a 8 bit string to a quoted-printable string
  226. rar_wrapper_cache_stats – Cache hits and misses for the URL wrapper
  227. readgzfile – Output a gz-file
  228. rename_function – Renames orig_name to new_name in the global function table
  229. session_cache_expire – Return current cache expire
  230. session_cache_limiter – Get and/or set the current cache limiter
  231. session_commit – Alias of session_write_close
  232. session_create_id – Create new session id
  233. session_decode – Decodes session data from a session encoded string
  234. session_encode – Encodes the current session data as a session encoded string
  235. session_gc – Perform session data garbage collection
  236. session_get_cookie_params – Get the session cookie parameters
  237. session_id – Get and/or set the current session id
  238. session_is_registered – Find out whether a global variable is registered in a session
  239. session_module_name – Get and/or set the current session module
  240. session_name – Get and/or set the current session name
  241. session_pgsql_add_error – Increments error counts and sets last error message
  242. session_pgsql_get_error – Returns number of errors and last error message
  243. session_pgsql_get_field – Get custom field value
  244. session_pgsql_reset – Reset connection to session database servers
  245. session_pgsql_set_field – Set custom field value
  246. session_pgsql_status – Get current save handler status
  247. session_regenerate_id – Update the current session id with a newly generated one
  248. session_register – Register one or more global variables with the current session
  249. session_register_shutdown – Session shutdown function
  250. session_reset – Re-initialize session array with original values
  251. session_save_path – Get and/or set the current session save path
  252. session_set_cookie_params – Set the session cookie parameters
  253. session_set_save_handler – Sets user-level session storage functions
  254. session_status – Returns the current session status
  255. session_unregister – Unregister a global variable from the current session
  256. session_write_close – Write session data and end session
  257. setproctitle – Set the process title
  258. setrawcookie – Send a cookie without urlencoding the cookie value
  259. setthreadtitle – Set the thread title
  260. set_exception_handler – Sets a user-defined exception handler function
  261. set_file_buffer – Alias of stream_set_write_buffer
  262. set_include_path – Sets the include_path configuration option
  263. set_magic_quotes_runtime – Sets the current active configuration setting of magic_quotes_runtime
  264. set_socket_blocking – Alias of stream_set_blocking
  265. set_time_limit – Limits the maximum execution time
  266. soundex – Calculate the soundex key of a string
  267. spliti – Split string into array by regular expression case insensitive
  268. srand – Seed the random number generator
  269. sscanf – Parses input from a string according to a format
  270. strptime – Parse a time/date generated with strftime
  271. strval – Get string value of a variable
  272. str_rot13 – Perform the rot13 transform on a string
  273. syslog – Generate a system log message
  274. system – Execute an external program and display the output
  275. sys_getloadavg – Gets system load average
  276. sys_get_temp_dir – Returns directory path used for temporary files
  277. taint – Taint a string
  278. tempnam – Create file with unique file name
  279. textdomain – Sets the default domain
  280. timezone_location_get – Alias of DateTimeZone::getLocation
  281. timezone_name_from_abbr – Returns the timezone name from abbreviation
  282. timezone_name_get – Alias of DateTimeZone::getName
  283. timezone_offset_get – Alias of DateTimeZone::getOffset
  284. timezone_open – Alias of DateTimeZone::__construct
  285. timezone_transitions_get – Alias of DateTimeZone::getTransitions
  286. timezone_version_get – Gets the version of the timezonedb
  287. time_nanosleep – Delay for a number of seconds and nanoseconds
  288. tmpfile – Creates a temporary file
  289. token_get_all – Split given source into PHP tokens
  290. token_name – Get the symbolic name of a given PHP token
  291. trigger_error – Generates a user-level error/warning/notice message
  292. user_error – Alias of trigger_error
  293. utf8_decode – Converts a string with ISO-8859-1 characters encoded with UTF-8 to single-byte ISO-8859-1
  294. utf8_encode – Encodes an ISO-8859-1 string to UTF-8
  295. Zip context options – Zip context option listing
  296. zip_close – Close a ZIP file archive
  297. zip_entry_close – Close a directory entry
  298. zip_entry_compressedsize – Retrieve the compressed size of a directory entry
  299. zip_entry_compressionmethod – Retrieve the compression method of a directory entry
  300. zip_entry_filesize – Retrieve the actual file size of a directory entry
  301. zip_entry_name – Retrieve the name of a directory entry
  302. zip_entry_open – Open a directory entry for reading
  303. zip_entry_read – Read from an open directory entry
  304. zip_open – Open a ZIP file archive
  305. zip_read – Read next entry in a ZIP file archive
Senza categoria

Related Articles

0 Comment