Functii PHP
Cauta functii rapid
[ A]
[ B]
[ C]
[ D]
[ E]
[ F]
[ G]
[ H]
[ I]
[ J]
[ K]
[ L]
[ M]
[ N]
[ O]
[ P]
[ Q]
[ R]
[ S]
[ T]
[ U]
[ V]
[ W]
[ X]
[ Y]
[ Z]
- method_exists
Checks if the class method exists - microtime
Return current Unix timestamp with microseconds - mktime
Get Unix timestamp for a date - mkdir
Makes directory - move_uploaded_file
Moves an uploaded file to a new location - mail
Send mail - mailparse_determine_best_xfer_encoding
Figures out the best way of encoding the content read from the file pointer fp, which must be seek-able - mailparse_msg_create
Returns a handle that can be used to parse a message - mailparse_msg_extract_part_file
Extracts/decodes a message section, decoding the transfer encoding - mailparse_msg_extract_part
Extracts/decodes a message section - mailparse_msg_free
Frees a handle allocated by mailparse_msg_create() - mailparse_msg_get_part_data
Returns an associative array of info about the message - mailparse_msg_get_part
Returns a handle on a given section in a mimemessage - mailparse_msg_get_structure
Returns an array of mime section names in the supplied message - mailparse_msg_parse_file
Parse file and return a resource representing the structure - mailparse_msg_parse
Incrementally parse data into buffer - mailparse_rfc822_parse_addresses
Parse addresses and returns a hash containing that data - mailparse_stream_encode
Streams data from source file pointer, apply encoding and write to destfp - mailparse_uudecode_all
Scans the data from fp and extract each embedded uuencoded file - max
Find highest value - min
Find lowest value - mt_getrandmax
Show largest possible random value - mt_rand
Generate a better random value - mt_srand
Seed the better random number generator - maxdb_affected_rows
Gets the number of affected rows in a previous MaxDB operation - maxdb_autocommit
Turns on or off auto-commiting database modifications - maxdb_bind_param
Alias of maxdb_stmt_bind_param() - maxdb_bind_result
Alias of maxdb_stmt_bind_result() - maxdb_change_user
Changes the user of the specified database connection - maxdb_character_set_name
Returns the default character set for the database connection - maxdb_client_encoding
Alias of maxdb_character_set_name() - maxdb_close_long_data
Alias of maxdb_stmt_close_long_data() - maxdb_close
Closes a previously opened database connection - maxdb_commit
Commits the current transaction - maxdb_connect_errno
Returns the error code from last connect call - maxdb_connect_error
Returns a string description of the last connect error - maxdb_connect
Open a new connection to the MaxDB server - maxdb_data_seek
Adjusts the result pointer to an arbitary row in the result - maxdb_debug
Performs debugging operations - maxdb_disable_reads_from_master
Disable reads from master - maxdb_disable_rpl_parse
Disable RPL parse - maxdb_dump_debug_info
Dump debugging information into the log - maxdb_embedded_connect
Open a connection to an embedded MaxDB server - maxdb_enable_reads_from_master
Enable reads from master - maxdb_enable_rpl_parse
Enable RPL parse - maxdb_errno
Returns the error code for the most recent function call - maxdb_error
Returns a string description of the last error - maxdb_escape_string
Alias of maxdb_real_escape_string() - maxdb_execute
Alias of maxdb_stmt_execute() - maxdb_fetch_array
Fetch a result row as an associative, a numeric array, or both - maxdb_fetch_assoc
Fetch a result row as an associative array - maxdb_fetch_field_direct
Fetch meta-data for a single field - maxdb_fetch_field
Returns the next field in the result set - maxdb_fetch_fields
Returns an array of resources representing the fields in a result set - maxdb_fetch_lengths
Returns the lengths of the columns of the current row in the result set - maxdb_fetch_object
Returns the current row of a result set as an object - maxdb_fetch_row
Get a result row as an enumerated array - maxdb_fetch
Alias of maxdb_stmt_fetch() - maxdb_field_count
Returns the number of columns for the most recent query - maxdb_field_seek
Set result pointer to a specified field offset - maxdb_field_tell
Get current field offset of a result pointer - maxdb_free_result
Frees the memory associated with a result - maxdb_get_client_info
Returns the MaxDB client version as a string - maxdb_get_client_version
Get MaxDB client info - maxdb_get_host_info
Returns a string representing the type of connection used - maxdb_get_metadata
Alias of maxdb_stmt_result_metadata() - maxdb_get_proto_info
Returns the version of the MaxDB protocol used - maxdb_get_server_info
Returns the version of the MaxDB server - maxdb_get_server_version
Returns the version of the MaxDB server as an integer - maxdb_info
Retrieves information about the most recently executed query - maxdb_init
Initializes MaxDB and returns an resource for use with maxdb_real_connect - maxdb_insert_id
Returns the auto generated id used in the last query - maxdb_kill
Disconnects from a MaxDB server - maxdb_master_query
Enforce execution of a query on the master in a master/slave setup - maxdb_more_results
Check if there any more query results from a multi query - maxdb_multi_query
Performs a query on the database - maxdb_next_result
Prepare next result from multi_query - maxdb_num_fields
Get the number of fields in a result - maxdb_num_rows
Gets the number of rows in a result - maxdb_options
Set options - maxdb_param_count
Alias of maxdb_stmt_param_count() - maxdb_ping
Pings a server connection, or tries to reconnect if the connection has gone down - maxdb_prepare
Prepare a SQL statement for execution - maxdb_query
Performs a query on the database - maxdb_real_connect
Opens a connection to a MaxDB server - maxdb_real_escape_string
Escapes special characters in a string for use in a SQL statement, taking into account the current charset of the connection - maxdb_real_query
Execute an SQL query - maxdb_report
Enables or disables internal report functions - maxdb_rollback
Rolls back current transaction - maxdb_rpl_parse_enabled
Check if RPL parse is enabled - maxdb_rpl_probe
RPL probe - maxdb_rpl_query_type
Returns RPL query type - maxdb_select_db
Selects the default database for database queries - maxdb_send_long_data
Alias of maxdb_stmt_send_long_data() - maxdb_send_query
Send the query and return - maxdb_server_end
Shut down the embedded server - maxdb_server_init
Initialize embedded server - maxdb_set_opt
Alias of maxdb_options() - maxdb_sqlstate
Returns the SQLSTATE error from previous MaxDB operation - maxdb_ssl_set
Used for establishing secure connections using SSL - maxdb_stat
Gets the current system status - maxdb_stmt_affected_rows
Returns the total number of rows changed, deleted, or inserted by the last executed statement - maxdb_stmt_bind_param
Binds variables to a prepared statement as parameters - maxdb_stmt_bind_result
Binds variables to a prepared statement for result storage - maxdb_stmt_close_long_data
Ends a sequence of maxdb_stmt_send_long_data() - maxdb_stmt_close
Closes a prepared statement - maxdb_stmt_data_seek
Seeks to an arbitray row in statement result set - maxdb_stmt_errno
Returns the error code for the most recent statement call - maxdb_stmt_error
Returns a string description for last statement error - maxdb_stmt_execute
Executes a prepared Query - maxdb_stmt_fetch
Fetch results from a prepared statement into the bound variables - maxdb_stmt_free_result
Frees stored result memory for the given statement handle - maxdb_stmt_init
Initializes a statement and returns an resource for use with maxdb_stmt_prepare - maxdb_stmt_num_rows
Return the number of rows in statements result set - maxdb_stmt_param_count
Returns the number of parameter for the given statement - maxdb_stmt_prepare
Prepare a SQL statement for execution - maxdb_stmt_reset
Resets a prepared statement - maxdb_stmt_result_metadata
Returns result set metadata from a prepared statement - maxdb_stmt_send_long_data
Send data in blocks - maxdb_stmt_sqlstate
Returns SQLSTATE error from previous statement operation - maxdb_stmt_store_result
Transfers a result set from a prepared statement - maxdb_store_result
Transfers a result set from the last query - maxdb_thread_id
Returns the thread ID for the current connection - maxdb_thread_safe
Returns whether thread safety is given or not - maxdb_use_result
Initiate a result set retrieval - maxdb_warning_count
Returns the number of warnings from the last query for the given link - mcal_append_event
Store a new event into an MCAL calendar - mcal_close
Close an MCAL stream - mcal_create_calendar
Create a new MCAL calendar - mcal_date_compare
Compares two dates - mcal_date_valid
Returns TRUE if the given year, month, day is a valid date - mcal_day_of_week
Returns the day of the week of the given date - mcal_day_of_year
Returns the day of the year of the given date - mcal_days_in_month
Returns the number of days in a month - mcal_delete_calendar
Delete an MCAL calendar - mcal_delete_event
Delete an event from an MCAL calendar - mcal_event_add_attribute
Adds an attribute and a value to the streams global event structure - mcal_event_init
Initializes a streams global event structure - mcal_event_set_alarm
Sets the alarm of the streams global event structure - mcal_event_set_category
Sets the category of the streams global event structure - mcal_event_set_class
Sets the class of the streams global event structure - mcal_event_set_description
Sets the description of the streams global event structure - mcal_event_set_end
Sets the end date and time of the streams global event structure - mcal_event_set_recur_daily
Sets the recurrence of the streams global event structure - mcal_event_set_recur_monthly_mday
Sets the recurrence of the streams global event structure - mcal_event_set_recur_monthly_wday
Sets the recurrence of the streams global event structure - mcal_event_set_recur_none
Sets the recurrence of the streams global event structure - mcal_event_set_recur_weekly
Sets the recurrence of the streams global event structure - mcal_event_set_recur_yearly
Sets the recurrence of the streams global event structure - mcal_event_set_start
Sets the start date and time of the streams global event structure - mcal_event_set_title
Sets the title of the streams global event structure - mcal_expunge
Deletes all events marked for being expunged - mcal_fetch_current_stream_event
Returns an object containing the current streams event structure - mcal_fetch_event
Fetches an event from the calendar stream - mcal_is_leap_year
Returns if the given year is a leap year or not - mcal_list_alarms
Return a list of events that has an alarm triggered at the given datetime - mcal_list_events
Return a list of IDs for a date or a range of dates - mcal_next_recurrence
Returns the next recurrence of the event - mcal_open
Opens up an MCAL connection - mcal_popen
Opens up a persistent MCAL connection - mcal_rename_calendar
Rename an MCAL calendar - mcal_reopen
Reopens an MCAL connection - mcal_snooze
Turn off an alarm for an event - mcal_store_event
Modify an existing event in an MCAL calendar - mcal_time_valid
Returns TRUE if the given hour, minutes and seconds is a valid time - mcal_week_of_year
Returns the week number of the given date - mcrypt_cbc
Encrypt/decrypt data in CBC mode - mcrypt_cfb
Encrypt/decrypt data in CFB mode - mcrypt_create_iv
Create an initialization vector (IV) from a random source - mcrypt_decrypt
Decrypts crypttext with given parameters - mcrypt_ecb
Deprecated: Encrypt/decrypt data in ECB mode - mcrypt_enc_get_algorithms_name
Returns the name of the opened algorithm - mcrypt_enc_get_block_size
Returns the blocksize of the opened algorithm - mcrypt_enc_get_iv_size
Returns the size of the IV of the opened algorithm - mcrypt_enc_get_key_size
Returns the maximum supported keysize of the opened mode - mcrypt_enc_get_modes_name
Returns the name of the opened mode - mcrypt_enc_get_supported_key_sizes
Returns an array with the supported keysizes of the opened algorithm - mcrypt_enc_is_block_algorithm_mode
Checks whether the encryption of the opened mode works on blocks - mcrypt_enc_is_block_algorithm
Checks whether the algorithm of the opened mode is a block algorithm - mcrypt_enc_is_block_mode
Checks whether the opened mode outputs blocks - mcrypt_enc_self_test
This function runs a self test on the opened module - mcrypt_encrypt
Encrypts plaintext with given parameters - mcrypt_generic_deinit
This function deinitializes an encryption module - mcrypt_generic_end
This function terminates encryption - mcrypt_generic_init
This function initializes all buffers needed for encryption - mcrypt_generic
This function encrypts data - mcrypt_get_block_size
Get the block size of the specified cipher - mcrypt_get_cipher_name
Get the name of the specified cipher - mcrypt_get_iv_size
Returns the size of the IV belonging to a specific cipher/mode combination - mcrypt_get_key_size
Get the key size of the specified cipher - mcrypt_list_algorithms
Get an array of all supported ciphers - mcrypt_list_modes
Get an array of all supported modes - mcrypt_module_close
Close the mcrypt module - mcrypt_module_get_algo_block_size
Returns the blocksize of the specified algorithm - mcrypt_module_get_algo_key_size
Returns the maximum supported keysize of the opened mode - mcrypt_module_get_supported_key_sizes
Returns an array with the supported keysizes of the opened algorithm - mcrypt_module_is_block_algorithm_mode
Returns if the specified module is a block algorithm or not - mcrypt_module_is_block_algorithm
This function checks whether the specified algorithm is a block algorithm - mcrypt_module_is_block_mode
Returns if the specified mode outputs blocks or not - mcrypt_module_open
Opens the module of the algorithm and the mode to be used - mcrypt_module_self_test
This function runs a self test on the specified module - mcrypt_ofb
Encrypt/decrypt data in OFB mode - mdecrypt_generic
Decrypt data - m_checkstatus
Check to see if a transaction has completed - m_completeauthorizations
Number of complete authorizations in queue, returning an array of their identifiers - m_connect
Establish the connection to MCVE - m_connectionerror
Get a textual representation of why a connection failed - m_deletetrans
Delete specified transaction from MCVE_CONN structure - m_destroyconn
Destroy the connection and MCVE_CONN structure - m_destroyengine
Free memory associated with IP/SSL connectivity - m_getcell
Get a specific cell from a comma delimited response by column name - m_getcellbynum
Get a specific cell from a comma delimited response by column number - m_getcommadelimited
Get the RAW comma delimited data returned from MCVE - m_getheader
Get the name of the column in a comma-delimited response - m_initconn
Create and initialize an MCVE_CONN structure - m_initengine
Ready the client for IP/SSL Communication - m_iscommadelimited
Checks to see if response is comma delimited - m_maxconntimeout
The maximum amount of time the API will attempt a connection to MCVE - m_monitor
Perform communication with MCVE (send/receive data) Non-blocking - m_numcolumns
Number of columns returned in a comma delimited response - m_numrows
Number of rows returned in a comma delimited response - m_parsecommadelimited
Parse the comma delimited response so m_getcell, etc will work - m_responsekeys
Returns array of strings which represents the keys that can be used for response parameters on this transaction - m_responseparam
Get a custom response parameter - m_returnstatus
Check to see if the transaction was successful - m_setblocking
Set blocking/non-blocking mode for connection - m_setdropfile
Set the connection method to Drop-File - m_setip
Set the connection method to IP - m_setssl_cafile
Set SSL CA (Certificate Authority) file for verification of server certificate - m_setssl_files
Set certificate key files and certificates if server requires client certificate verification - m_setssl
Set the connection method to SSL - m_settimeout
Set maximum transaction time (per trans) - m_sslcert_gen_hash
Generate hash for SSL client certificate verification - m_transactionssent
Check to see if outgoing buffer is clear - m_transinqueue
Number of transactions in client-queue - m_transkeyval
Add key/value pair to a transaction. Replaces deprecated transparam() - m_transnew
Start a new transaction - m_transsend
Finalize and send the transaction - m_uwait
Wait x microsecs - m_validateidentifier
Whether or not to validate the passed identifier on any transaction it is passed to - m_verifyconnection
Set whether or not to PING upon connect to verify connection - m_verifysslcert
Set whether or not to verify the server ssl certificate - Memcache::add
Add an item to the server - Memcache::addServer
Add a memcached server to connection pool - Memcache::close
Close memcached server connection - Memcache::connect
Open memcached server connection - memcache_debug
Turn debug output on/off - Memcache::decrement
Decrement item's value - Memcache::delete
Delete item from the server - Memcache::flush
Flush all existing items at the server - Memcache::get
Retrieve item from the server - Memcache::getExtendedStats
Get statistics from all servers in pool - Memcache::getStats
Get statistics of the server - Memcache::getVersion
Return version of the server - Memcache::increment
Increment item's value - Memcache::pconnect
Open memcached server persistent connection - Memcache::replace
Replace value of the existing item - Memcache::set
Store data at the server - Memcache::setCompressThreshold
Enable automatic compression of large values - mhash_count
Get the highest available hash id - mhash_get_block_size
Get the block size of the specified hash - mhash_get_hash_name
Get the name of the specified hash - mhash_keygen_s2k
Generates a key - mhash
Compute hash - mime_content_type
Detect MIME Content-type for a file - ming_keypress
Returns the action flag for keyPress(char) - ming_setcubicthreshold
Set cubic threshold (?) - ming_setscale
Set scale (?) - ming_useConstants
Use constant pool (?) - ming_useswfversion
Use SWF version (?) - mssql_bind
Adds a parameter to a stored procedure or a remote stored procedure - mssql_close
Close MS SQL Server connection - mssql_connect
Open MS SQL server connection - mssql_data_seek
Moves internal row pointer - mssql_execute
Executes a stored procedure on a MS SQL server database - mssql_fetch_array
Fetch a result row as an associative array, a numeric array, or both - mssql_fetch_assoc
Returns an associative array of the current row in the result set specified by result_id - mssql_fetch_batch
Returns the next batch of records - mssql_fetch_field
Get field information - mssql_fetch_object
Fetch row as object - mssql_fetch_row
Get row as enumerated array - mssql_field_length
Get the length of a field - mssql_field_name
Get the name of a field - mssql_field_seek
Seeks to the specified field offset - mssql_field_type
Gets the type of a field - mssql_free_result
Free result memory - mssql_free_statement
Free statement memory - mssql_get_last_message
Returns the last message from the server - mssql_guid_string
Converts a 16 byte binary GUID to a string - mssql_init
Initializes a stored procedure or a remote stored procedure - mssql_min_error_severity
Sets the lower error severity - mssql_min_message_severity
Sets the lower message severity - mssql_next_result
Move the internal result pointer to the next result - mssql_num_fields
Gets the number of fields in result - mssql_num_rows
Gets the number of rows in result - mssql_pconnect
Open persistent MS SQL connection - mssql_query
Send MS SQL query - mssql_result
Get result data - mssql_rows_affected
Returns the number of records affected by the query - mssql_select_db
Select MS SQL database - msession_connect
Connect to msession server - msession_count
Get session count - msession_create
Create a session - msession_destroy
Destroy a session - msession_disconnect
Close connection to msession server - msession_find
Find all sessions with name and value - msession_get_array
Get array of msession variables - msession_get_data
Get data session unstructured data - msession_get
Get value from session - msession_inc
Increment value in session - msession_list
List all sessions - msession_listvar
List sessions with variable - msession_lock
Lock a session - msession_plugin
Call an escape function within the msession personality plugin - msession_randstr
Get random string - msession_set_array
Set msession variables from an array - msession_set_data
Set data session unstructured data - msession_set
Set value in session - msession_timeout
Set/get session timeout - msession_uniq
Get unique id - msession_unlock
Unlock a session - msql_affected_rows
Returns number of affected rows - msql_close
Close mSQL connection - msql_connect
Open mSQL connection - msql_create_db
Create mSQL database - msql_createdb
Alias of msql_create_db() - msql_data_seek
Move internal row pointer - msql_db_query
Send mSQL query - msql_dbname
Alias of msql_result() - msql_drop_db
Drop (delete) mSQL database - msql_error
Returns error message of last msql call - msql_fetch_array
Fetch row as array - msql_fetch_field
Get field information - msql_fetch_object
Fetch row as object - msql_fetch_row
Get row as enumerated array - msql_field_flags
Get field flags - msql_field_len
Get field length - msql_field_name
Get the name of the specified field in a result - msql_field_seek
Set field offset - msql_field_table
Get table name for field - msql_field_type
Get field type - msql_fieldflags
Alias of msql_field_flags() - msql_fieldlen
Alias of msql_field_len() - msql_fieldname
Alias of msql_field_name() - msql_fieldtable
Alias of msql_field_table() - msql_fieldtype
Alias of msql_field_type() - msql_free_result
Free result memory - msql_list_dbs
List mSQL databases on server - msql_list_fields
List result fields - msql_list_tables
List tables in an mSQL database - msql_num_fields
Get number of fields in result - msql_num_rows
Get number of rows in result - msql_numfields
Alias of msql_num_fields() - msql_numrows
Alias of msql_num_rows() - msql_pconnect
Open persistent mSQL connection - msql_query
Send mSQL query - msql_regcase
Alias of sql_regcase() - msql_result
Get result data - msql_select_db
Select mSQL database - msql_tablename
Alias of msql_result() - msql
Alias of msql_db_query() - mb_convert_case
Perform case folding on a string - mb_convert_encoding
Convert character encoding - mb_convert_kana
Convert "kana" one from another ("zen-kaku", "han-kaku" and more) - mb_convert_variables
Convert character code in variable(s) - mb_decode_mimeheader
Decode string in MIME header field - mb_decode_numericentity
Decode HTML numeric string reference to character - mb_detect_encoding
Detect character encoding - mb_detect_order
Set/Get character encoding detection order - mb_encode_mimeheader
Encode string for MIME header - mb_encode_numericentity
Encode character to HTML numeric string reference - mb_ereg_match
Regular expression match for multibyte string - mb_ereg_replace
Replace regular expression with multibyte support - mb_ereg_search_getpos
Returns start point for next regular expression match - mb_ereg_search_getregs
Retrieve the result from the last multibyte regular expression match - mb_ereg_search_init
Setup string and regular expression for multibyte regular expression match - mb_ereg_search_pos
Return position and length of matched part of multibyte regular expression for predefined multibyte string - mb_ereg_search_regs
Returns the matched part of multibyte regular expression - mb_ereg_search_setpos
Set start point of next regular expression match - mb_ereg_search
Multibyte regular expression match for predefined multibyte string - mb_ereg
Regular expression match with multibyte support - mb_eregi_replace
Replace regular expression with multibyte support ignoring case - mb_eregi
Regular expression match ignoring case with multibyte support - mb_get_info
Get internal settings of mbstring - mb_http_input
Detect HTTP input character encoding - mb_http_output
Set/Get HTTP output character encoding - mb_internal_encoding
Set/Get internal character encoding - mb_language
Set/Get current language - mb_list_encodings
Returns an array of all supported encodings - mb_output_handler
Callback function converts character encoding in output buffer - mb_parse_str
Parse GET/POST/COOKIE data and set global variable - mb_preferred_mime_name
Get MIME charset string - mb_regex_encoding
Returns current encoding for multibyte regex as string - mb_regex_set_options
Set/Get the default options for mbregex functions - mb_send_mail
Send encoded mail - mb_split
Split multibyte string using regular expression - mb_strcut
Get part of string - mb_strimwidth
Get truncated string with specified width - mb_strlen
Get string length - mb_strpos
Find position of first occurrence of string in a string - mb_strrpos
Find position of last occurrence of a string in a string - mb_strtolower
Make a string lowercase - mb_strtoupper
Make a string uppercase - mb_strwidth
Return width of string - mb_substitute_character
Set/Get substitution character - mb_substr_count
Count the number of substring occurrences - mb_substr
Get part of string - muscat_close
Shuts down the muscat session and releases any memory back to PHP - muscat_get
Gets a line back from the core muscat API - muscat_give
Sends string to the core muscat API - muscat_setup_net
Creates a new muscat session and returns the handle - muscat_setup
Creates a new muscat session and returns the handle - mysql_affected_rows
Get number of affected rows in previous MySQL operation - mysql_change_user
Change logged in user of the active connection - mysql_client_encoding
Returns the name of the character set - mysql_close
Close MySQL connection - mysql_connect
Open a connection to a MySQL Server - mysql_create_db
Create a MySQL database - mysql_data_seek
Move internal result pointer - mysql_db_name
Get result data - mysql_db_query
Send a MySQL query - mysql_drop_db
Drop (delete) a MySQL database - mysql_errno
Returns the numerical value of the error message from previous MySQL operation - mysql_error
Returns the text of the error message from previous MySQL operation - mysql_escape_string
Escapes a string for use in a mysql_query - mysql_fetch_array
Fetch a result row as an associative array, a numeric array, or both - mysql_fetch_assoc
Fetch a result row as an associative array - mysql_fetch_field
Get column information from a result and return as an object - mysql_fetch_lengths
Get the length of each output in a result - mysql_fetch_object
Fetch a result row as an object - mysql_fetch_row
Get a result row as an enumerated array - mysql_field_flags
Get the flags associated with the specified field in a result - mysql_field_len
Returns the length of the specified field - mysql_field_name
Get the name of the specified field in a result - mysql_field_seek
Set result pointer to a specified field offset - mysql_field_table
Get name of the table the specified field is in - mysql_field_type
Get the type of the specified field in a result - mysql_free_result
Free result memory - mysql_get_client_info
Get MySQL client info - mysql_get_host_info
Get MySQL host info - mysql_get_proto_info
Get MySQL protocol info - mysql_get_server_info
Get MySQL server info - mysql_info
Get information about the most recent query - mysql_insert_id
Get the ID generated from the previous INSERT operation - mysql_list_dbs
List databases available on a MySQL server - mysql_list_fields
List MySQL table fields - mysql_list_processes
List MySQL processes - mysql_list_tables
List tables in a MySQL database - mysql_num_fields
Get number of fields in result - mysql_num_rows
Get number of rows in result - mysql_pconnect
Open a persistent connection to a MySQL server - mysql_ping
Ping a server connection or reconnect if there is no connection - mysql_query
Send a MySQL query - mysql_real_escape_string
Escapes special characters in a string for use in a SQL statement - mysql_result
Get result data - mysql_select_db
Select a MySQL database - mysql_stat
Get current system status - mysql_tablename
Get table name of field - mysql_thread_id
Return the current thread ID - mysql_unbuffered_query
Send an SQL query to MySQL, without fetching and buffering the result rows - mysqli_affected_rows
Gets the number of affected rows in a previous MySQL operation - mysqli_autocommit
Turns on or off auto-commiting database modifications - mysqli_bind_param
Alias for mysqli_stmt_bind_param() - mysqli_bind_result
Alias for mysqli_stmt_bind_result() - mysqli_change_user
Changes the user of the specified database connection - mysqli_character_set_name
Returns the default character set for the database connection - mysqli_client_encoding
Alias of mysqli_character_set_name() - mysqli_close
Closes a previously opened database connection - mysqli_commit
Commits the current transaction - mysqli_connect_errno
Returns the error code from last connect call - mysqli_connect_error
Returns a string description of the last connect error - mysqli_connect
Open a new connection to the MySQL server - mysqli_data_seek
Adjusts the result pointer to an arbitary row in the result - mysqli_debug
Performs debugging operations - mysqli_disable_reads_from_master
Disable reads from master - mysqli_disable_rpl_parse
Disable RPL parse - mysqli_dump_debug_info
Dump debugging information into the log - mysqli_embedded_connect
Open a connection to an embedded mysql server - mysqli_enable_reads_from_master
Enable reads from master - mysqli_enable_rpl_parse
Enable RPL parse - mysqli_errno
Returns the error code for the most recent function call - mysqli_error
Returns a string description of the last error - mysqli_escape_string
Alias of mysqli_real_escape_string() - mysqli_execute
Alias for mysqli_stmt_execute() - mysqli_fetch_array
Fetch a result row as an associative, a numeric array, or both - mysqli_fetch_assoc
Fetch a result row as an associative array - mysqli_fetch_field_direct
Fetch meta-data for a single field - mysqli_fetch_field
Returns the next field in the result set - mysqli_fetch_fields
Returns an array of objects representing the fields in a result set - mysqli_fetch_lengths
Returns the lengths of the columns of the current row in the result set - mysqli_fetch_object
Returns the current row of a result set as an object - mysqli_fetch_row
Get a result row as an enumerated array - mysqli_fetch
Alias for mysqli_stmt_fetch() - mysqli_field_count
Returns the number of columns for the most recent query - mysqli_field_seek
Set result pointer to a specified field offset - mysqli_field_tell
Get current field offset of a result pointer - mysqli_free_result
Frees the memory associated with a result - mysqli_get_client_info
Returns the MySQL client version as a string - mysqli_get_client_version
Get MySQL client info - mysqli_get_host_info
Returns a string representing the type of connection used - mysqli_get_metadata
Alias for mysqli_stmt_result_metadata() - mysqli_get_proto_info
Returns the version of the MySQL protocol used - mysqli_get_server_info
Returns the version of the MySQL server - mysqli_get_server_version
Returns the version of the MySQL server as an integer - mysqli_info
Retrieves information about the most recently executed query - mysqli_init
Initializes MySQLi and returns a resource for use with mysqli_real_connect() - mysqli_insert_id
Returns the auto generated id used in the last query - mysqli_kill
Asks the server to kill a MySQL thread - mysqli_master_query
Enforce execution of a query on the master in a master/slave setup - mysqli_more_results
Check if there any more query results from a multi query - mysqli_multi_query
Performs a query on the database - mysqli_next_result
Prepare next result from multi_query - mysqli_num_fields
Get the number of fields in a result - mysqli_num_rows
Gets the number of rows in a result - mysqli_options
Set options - mysqli_param_count
Alias for mysqli_stmt_param_count() - mysqli_ping
Pings a server connection, or tries to reconnect if the connection has gone down - mysqli_prepare
Prepare a SQL statement for execution - mysqli_query
Performs a query on the database - mysqli_real_connect
Opens a connection to a mysql server - mysqli_real_escape_string
Escapes special characters in a string for use in a SQL statement, taking into account the current charset of the connection - mysqli_real_query
Execute an SQL query - mysqli_report
Enables or disables internal report functions - mysqli_rollback
Rolls back current transaction - mysqli_rpl_parse_enabled
Check if RPL parse is enabled - mysqli_rpl_probe
RPL probe - mysqli_rpl_query_type
Returns RPL query type - mysqli_select_db
Selects the default database for database queries - mysqli_send_long_data
Alias for mysqli_stmt_send_long_data() - mysqli_send_query
Send the query and return - mysqli_server_end
Shut down the embedded server - mysqli_server_init
Initialize embedded server - mysqli_set_charset
Sets the default client character set - mysqli_set_opt
Alias of mysqli_options() - mysqli_sqlstate
Returns the SQLSTATE error from previous MySQL operation - mysqli_ssl_set
Used for establishing secure connections using SSL - mysqli_stat
Gets the current system status - mysqli_stmt_affected_rows
Returns the total number of rows changed, deleted, or inserted by the last executed statement - mysqli_stmt_bind_param
Binds variables to a prepared statement as parameters - mysqli_stmt_bind_result
Binds variables to a prepared statement for result storage - mysqli_stmt_close
Closes a prepared statement - mysqli_stmt_data_seek
Seeks to an arbitray row in statement result set - mysqli_stmt_errno
Returns the error code for the most recent statement call - mysqli_stmt_error
Returns a string description for last statement error - mysqli_stmt_execute
Executes a prepared Query - mysqli_stmt_fetch
Fetch results from a prepared statement into the bound variables - mysqli_stmt_free_result
Frees stored result memory for the given statement handle - mysqli_stmt_init
Initializes a statement and returns an object for use with mysqli_stmt_prepare - mysqli_stmt_num_rows
Return the number of rows in statements result set - mysqli_stmt_param_count
Returns the number of parameter for the given statement - mysqli_stmt_prepare
Prepare a SQL statement for execution - mysqli_stmt_reset
Resets a prepared statement - mysqli_stmt_result_metadata
Returns result set metadata from a prepared statement - mysqli_stmt_send_long_data
Send data in blocks - mysqli_stmt_sqlstate
Returns SQLSTATE error from previous statement operation - mysqli_stmt_store_result
Transfers a result set from a prepared statement - mysqli_store_result
Transfers a result set from the last query - mysqli_thread_id
Returns the thread ID for the current connection - mysqli_thread_safe
Returns whether thread safety is given or not - mysqli_use_result
Initiate a result set retrieval - mysqli_warning_count
Returns the number of warnings from the last query for the given link - main
Dummy for main() - memory_get_usage
Returns the amount of memory allocated to PHP - msg_get_queue
Create or attach to a message queue - msg_receive
Receive a message from a message queue - msg_remove_queue
Destroy a message queue - msg_send
Send a message to a message queue - msg_set_queue
Set information in the message queue data structure - msg_stat_queue
Returns information from the message queue data structure - md5_file
Calculates the md5 hash of a given file - md5
Calculate the md5 hash of a string - metaphone
Calculate the metaphone key of a string - money_format
Formats a number as a currency string |
|
|