- frenchtojd - Converts a date from the French Republican Calendar to a JulianDay Count
- fam_cancel_monitor - Terminate monitoring
- fam_close - Close FAM connection
- fam_monitor_collection - Monitor a collection of files in a directory for changes
- fam_monitor_directory - Monitor a directory for changes
- fam_monitor_file - Monitor a regular file for changes
- fam_next_event - Get next pending FAM event
- fam_open - Open connection to FAM daemon
- fam_pending - Check for pending FAM events
- fam_resume_monitor - Resume suspended monitoring
- fam_suspend_monitor - Temporarily suspend monitoring
- fdf_add_doc_javascript - Adds javascript code to the FDF document
- fdf_add_template - Adds a template into the FDF document
- fdf_close - Close an FDF document
- fdf_create - Create a new FDF document
- fdf_enum_values - Call a user defined function for each document value
- fdf_errno - Return error code for last fdf operation
- fdf_error - Return error description for fdf error code
- fdf_get_ap - Get the appearance of a field
- fdf_get_attachment - Extracts uploaded file embedded in the FDF
- fdf_get_encoding - Get the value of the /Encoding key
- fdf_get_file - Get the value of the /F key
- fdf_get_flags - Gets the flags of a field
- fdf_get_opt - Gets a value from the opt array of a field
- fdf_get_status - Get the value of the /STATUS key
- fdf_get_value - Get the value of a field
- fdf_get_version - Gets version number for FDF API or file
- fdf_header - Sets FDF-specific output headers
- fdf_next_field_name - Get the next field name
- fdf_open_string - Read a FDF document from a string
- fdf_open - Open a FDF document
- fdf_remove_item - Sets target frame for form
- fdf_save_string - Returns the FDF document as a string
- fdf_save - Save a FDF document
- fdf_set_ap - Set the appearance of a field
- fdf_set_encoding - Sets FDF character encoding
- fdf_set_file - Set PDF document to display FDF data in
- fdf_set_flags - Sets a flag of a field
- fdf_set_javascript_action - Sets an javascript action of a field
- fdf_set_on_import_javascript - Adds javascript code to be executed when Acrobat opens the FDF
- fdf_set_opt - Sets an option of a field
- fdf_set_status - Set the value of the /STATUS key
- fdf_set_submit_form_action - Sets a submit form action of a field
- fdf_set_target_frame - Set target frame for form display
- fdf_set_value - Set the value of a field
- fdf_set_version - Sets version number for a FDF file
- filepro_fieldcount - Find out how many fields are in a filePro database
- filepro_fieldname - Gets the name of a field
- filepro_fieldtype - Gets the type of a field
- filepro_fieldwidth - Gets the width of a field
- filepro_retrieve - Retrieves data from a filePro database
- filepro_rowcount - Find out how many rows are in a filePro database
- filepro - Read and verify the map file
- fclose - Closes an open file pointer
- feof - Tests for end-of-file on a file pointer
- fflush - Flushes the output to a file
- fgetc - Gets character from file pointer
- fgetcsv - Gets line from file pointer and parse for CSV fields
- fgets - Gets line from file pointer
- fgetss - Gets line from file pointer and strip HTML tags
- file_exists - Checks whether a file or directory exists
- file_get_contents - Reads entire file into a string
- file_put_contents - Write a string to a file
- file - Reads entire file into an array
- fileatime - Gets last access time of file
- filectime - Gets inode change time of file
- filegroup - Gets file group
- fileinode - Gets file inode
- filemtime - Gets file modification time
- fileowner - Gets file owner
- fileperms - Gets file permissions
- filesize - Gets file size
- filetype - Gets file type
- flock - Portable advisory file locking
- fnmatch - Match filename against a pattern
- fopen - Opens file or URL
- fpassthru - Output all remaining data on a file pointer
- fputcsv - Format line as CSV and write to file pointer
- fputs - Alias of fwrite()
- fread - Binary-safe file read
- fscanf - Parses input from a file according to a format
- fseek - Seeks on a file pointer
- fstat - Gets information about a file using an open file pointer
- ftell - Tells file pointer read/write position
- ftruncate - Truncates a file to a given length
- fwrite - Binary-safe file write
- fribidi_log2vis - Convert a logical string to a visual one
- fbsql_affected_rows - Get number of affected rows in previous FrontBase operation
- fbsql_autocommit - Enable or disable autocommit
- fbsql_blob_size - Get the size of a BLOB
- fbsql_change_user - Change logged in user of the active connection
- fbsql_clob_size - Get the size of a CLOB
- fbsql_close - Close FrontBase connection
- fbsql_commit - Commits a transaction to the database
- fbsql_connect - Open a connection to a FrontBase Server
- fbsql_create_blob - Create a BLOB
- fbsql_create_clob - Create a CLOB
- fbsql_create_db - Create a FrontBase database
- fbsql_data_seek - Move internal result pointer
- fbsql_database_password - Sets or retrieves the password for a FrontBase database
- fbsql_database - Get or set the database name used with a connection
- fbsql_db_query - Send a FrontBase query
- fbsql_db_status - Get the status for a given database
- fbsql_drop_db - Drop (delete) a FrontBase database
- fbsql_errno - Returns the numerical value of the error message from previousFrontBase operation
- fbsql_error - Returns the text of the error message from previous FrontBaseoperation
- fbsql_fetch_array - Fetch a result row as an associative array, a numeric array, orboth
- fbsql_fetch_assoc - Fetch a result row as an associative array
- fbsql_fetch_field - Get column information from a result and return as an object
- fbsql_fetch_lengths - Get the length of each output in a result
- fbsql_fetch_object - Fetch a result row as an object
- fbsql_fetch_row - Get a result row as an enumerated array
- fbsql_field_flags - Get the flags associated with the specified field in a result
- fbsql_field_len - Returns the length of the specified field
- fbsql_field_name - Get the name of the specified field in a result
- fbsql_field_seek - Set result pointer to a specified field offset
- fbsql_field_table - Get name of the table the specified field is in
- fbsql_field_type - Get the type of the specified field in a result
- fbsql_free_result - Free result memory
- fbsql_get_autostart_info - No description given yet
- fbsql_hostname - Get or set the host name used with a connection
- fbsql_insert_id - Get the id generated from the previous INSERT operation
- fbsql_list_dbs - List databases available on a FrontBase server
- fbsql_list_fields - List FrontBase result fields
- fbsql_list_tables - List tables in a FrontBase database
- fbsql_next_result - Move the internal result pointer to the next result
- fbsql_num_fields - Get number of fields in result
- fbsql_num_rows - Get number of rows in result
- fbsql_password - Get or set the user password used with a connection
- fbsql_pconnect - Open a persistent connection to a FrontBase Server
- fbsql_query - Send a FrontBase query
- fbsql_read_blob - Read a BLOB from the database
- fbsql_read_clob - Read a CLOB from the database
- fbsql_result - Get result data
- fbsql_rollback - Rollback a transaction to the database
- fbsql_select_db - Select a FrontBase database
- fbsql_set_lob_mode - Set the LOB retrieve mode for a FrontBase result set
- fbsql_set_password - Change the password for a given user
- fbsql_set_transaction - Set the transaction locking and isolation
- fbsql_start_db - Start a database on local or remote server
- fbsql_stop_db - Stop a database on local or remote server
- fbsql_tablename - Get table name of field
- fbsql_username - Get or set the host user used with a connection
- fbsql_warnings - Enable or disable FrontBase warnings
- ftp_alloc - Allocates space for a file to be uploaded
- 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 program 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_option - Retrieves various runtime behaviours of the current FTP stream
- ftp_get - Downloads a file from the FTP server
- 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_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 an Secure SSL-FTP connection
- ftp_systype - Returns the system type identifier of the remote FTP server
- func_get_arg - Return an item from the argument list
- func_get_args - Returns an array comprising a function's argument list
- func_num_args - Returns the number of arguments passed to the function
- function_exists - Return TRUE if the given function has been defined
- floor - Round fractions down
- fmod - Returns the floating point remainder (modulo) of the division of the arguments
- fsockopen - Open Internet or Unix domain socket connection
- flush - Flush the output buffer
- ftok - Convert a pathname and a project identifier to a System V IPC key
- filteriterator_current - Get the current element value
- filteriterator_getinneriterator - Get the inner iterator
- filteriterator_key - Get the current key
- filteriterator_next - Move the iterator forward
- filteriterator_rewind - Rewind the iterator
- filteriterator_valid - Check whether the current element is valid
- fprintf - Write a formatted string to a stream
- floatval - Get float value of a variable
Programowanie w jezyku PHP 5.0
PHP programming
Kodowanie w języku PHP
