Słownik i definicje programowania w PHP na F
- Jak działa string_ save_ fdf wywołanie funkcji Returns the FDF document as a string, błędy i użycie
string fdf_save_string ( resource fdf_document )
. - Jak działa item_ remove_ fdf wywołanie funkcji Sets target frame for form, błędy i użycie
bool fdf_remove_item ( resource fdfdoc, string fieldname, int item )
. - Jak działa save_ fdf wywołanie funkcji Save a FDF document, błędy i użycie
bool fdf_save ( resource fdf_document [, string filename] )
. - Jak działa frenchtojd wywołanie funkcji Converts a date from the French Republican Calendar to a JulianDay Count, błędy i użycie
int frenchtojd ( int month, int day, int year )
. - Jak działa monitor_ cancel_ fam wywołanie funkcji Terminate monitoring, błędy i użycie
bool fam_cancel_monitor ( resource fam, resource fam_monitor )
. - Jak działa close_ fam wywołanie funkcji Close FAM connection, błędy i użycie
void fam_close ( resource fam )
. - Jak działa collection_ monitor_ fam wywołanie funkcji Monitor a collection of files in a directory for changes, błędy i użycie
resource fam_monitor_collection ( resource fam, string dirname, int depth, string mask )
. - Jak działa directory_ monitor_ fam wywołanie funkcji Monitor a directory for changes, błędy i użycie
resource fam_monitor_directory ( resource fam, string dirname )
. - Jak działa file_ monitor_ fam wywołanie funkcji Monitor a regular file for changes, błędy i użycie
resource fam_monitor_file ( resource fam, string filename )
. - Jak działa event_ next_ fam wywołanie funkcji Get next pending FAM event, błędy i użycie
array fam_next_event ( resource fam )
. - Jak działa open_ fam wywołanie funkcji Open connection to FAM daemon, błędy i użycie
resource fam_open ( [string appname] )
. - Jak działa pending_ fam wywołanie funkcji Check for pending FAM events, błędy i użycie
int fam_pending ( resource fam )
. - Jak działa monitor_ resume_ fam wywołanie funkcji Resume suspended monitoring, błędy i użycie
bool fam_resume_monitor ( resource fam, resource fam_monitor )
. - Jak działa monitor_ suspend_ fam wywołanie funkcji Temporarily suspend monitoring, błędy i użycie
bool fam_suspend_monitor ( resource fam, resource fam_monitor )
. - Jak działa javascript_ doc_ add_ fdf wywołanie funkcji Adds javascript code to the FDF document, błędy i użycie
bool fdf_add_doc_javascript ( resource fdfdoc, string script_name, string script_code )
. - Jak działa template_ add_ fdf wywołanie funkcji Adds a template into the FDF document, błędy i użycie
bool fdf_add_template ( resource fdfdoc, int newpage, string filename, string template, int rename )
. - Jak działa close_ fdf wywołanie funkcji Close an FDF document, błędy i użycie
void fdf_close ( resource fdf_document )
. - Jak działa create_ fdf wywołanie funkcji Create a new FDF document, błędy i użycie
resource fdf_create ( void )
. - Jak działa values_ enum_ fdf wywołanie funkcji Call a user defined function for each document value, błędy i użycie
bool fdf_enum_values ( resource fdfdoc, callback function [, mixed userdata] )
. - Jak działa errno_ fdf wywołanie funkcji Return error code for last fdf operation, błędy i użycie
int fdf_errno ( void )
. - Jak działa error_ fdf wywołanie funkcji Return error description for fdf error code, błędy i użycie
string fdf_error ( [int error_code] )
. - Jak działa ap_ get_ fdf wywołanie funkcji Get the appearance of a field, błędy i użycie
bool fdf_get_ap ( resource fdf_document, string field, int face, string filename )
. - Jak działa attachment_ get_ fdf wywołanie funkcji Extracts uploaded file embedded in the FDF, błędy i użycie
array fdf_get_attachment ( resource fdf_document, string fieldname, string savepath )
. - Jak działa encoding_ get_ fdf wywołanie funkcji Get the value of the /Encoding key, błędy i użycie
string fdf_get_encoding ( resource fdf_document )
. - Jak działa file_ get_ fdf wywołanie funkcji Get the value of the /F key, błędy i użycie
string fdf_get_file ( resource fdf_document )
. - Jak działa flags_ get_ fdf wywołanie funkcji Gets the flags of a field, błędy i użycie
int fdf_get_flags ( resource fdfdoc, string fieldname, int whichflags )
. - Jak działa opt_ get_ fdf wywołanie funkcji Gets a value from the opt array of a field, błędy i użycie
mixed fdf_get_opt ( resource fdfdof, string fieldname [, int element] )
. - Jak działa status_ get_ fdf wywołanie funkcji Get the value of the /STATUS key, błędy i użycie
string fdf_get_status ( resource fdf_document )
. - Jak działa value_ get_ fdf wywołanie funkcji Get the value of a field, błędy i użycie
mixed fdf_get_value ( resource fdf_document, string fieldname [, int which] )
. - Jak działa version_ get_ fdf wywołanie funkcji Gets version number for FDF API or file, błędy i użycie
string fdf_get_version ( [resource fdf_document] )
. - Jak działa header_ fdf wywołanie funkcji Sets FDF-specific output headers, błędy i użycie
void fdf_header ( void )
. - Jak działa name_ field_ next_ fdf wywołanie funkcji Get the next field name, błędy i użycie
string fdf_next_field_name ( resource fdf_document [, string fieldname] )
. - Jak działa string_ open_ fdf wywołanie funkcji Read a FDF document from a string, błędy i użycie
resource fdf_open_string ( string fdf_data )
. - Jak działa open_ fdf wywołanie funkcji Open a FDF document, błędy i użycie
resource fdf_open ( string filename )
. - Jak działa ap_ set_ fdf wywołanie funkcji Set the appearance of a field, błędy i użycie
bool fdf_set_ap ( resource fdf_document, string field_name, int face, string filename, int page_number )
. - Jak działa encoding_ set_ fdf wywołanie funkcji Sets FDF character encoding, błędy i użycie
bool fdf_set_encoding ( resource fdf_document, string encoding )
. - Jak działa file_ set_ fdf wywołanie funkcji Set PDF document to display FDF data in, błędy i użycie
bool fdf_set_file ( resource fdf_document, string url [, string target_frame] )
. - Jak działa flags_ set_ fdf wywołanie funkcji Sets a flag of a field, błędy i użycie
bool fdf_set_flags ( resource fdf_document, string fieldname, int whichFlags, int newFlags )
. - Jak działa action_ javascript_ set_ fdf wywołanie funkcji Sets an javascript action of a field, błędy i użycie
bool fdf_set_javascript_action ( resource fdf_document, string fieldname, int trigger, string script )
. - Jak działa javascript_ import_ on_ set_ fdf wywołanie funkcji Adds javascript code to be executed when Acrobat opens the FDF, błędy i użycie
bool fdf_set_on_import_javascript ( resource fdfdoc, string script, bool before_data_import )
. - Jak działa opt_ set_ fdf wywołanie funkcji Sets an option of a field, błędy i użycie
bool fdf_set_opt ( resource fdf_document, string fieldname, int element, string str1, string str2 )
. - Jak działa status_ set_ fdf wywołanie funkcji Set the value of the /STATUS key, błędy i użycie
bool fdf_set_status ( resource fdf_document, string status )
. - Jak działa action_ form_ submit_ set_ fdf wywołanie funkcji Sets a submit form action of a field, błędy i użycie
bool fdf_set_submit_form_action ( resource fdf_document, string fieldname, int trigger, string script, int flags )
. - Jak działa frame_ target_ set_ fdf wywołanie funkcji Set target frame for form display, błędy i użycie
bool fdf_set_target_frame ( resource fdf_document, string frame_name )
. - Jak działa value_ set_ fdf wywołanie funkcji Set the value of a field, błędy i użycie
bool fdf_set_value ( resource fdf_document, string fieldname, mixed value [, int isName] )
. - Jak działa version_ set_ fdf wywołanie funkcji Sets version number for a FDF file, błędy i użycie
bool fdf_set_version ( resource fdf_document, string version )
. - Jak działa fieldcount_ filepro wywołanie funkcji Find out how many fields are in a filePro database, błędy i użycie
int filepro_fieldcount ( void )
. - Jak działa fieldname_ filepro wywołanie funkcji Gets the name of a field, błędy i użycie
string filepro_fieldname ( int field_number )
. - Jak działa fieldtype_ filepro wywołanie funkcji Gets the type of a field, błędy i użycie
string filepro_fieldtype ( int field_number )
. - Jak działa fieldwidth_ filepro wywołanie funkcji Gets the width of a field, błędy i użycie
int filepro_fieldwidth ( int field_number )
. - Jak działa retrieve_ filepro wywołanie funkcji Retrieves data from a filePro database, błędy i użycie
string filepro_retrieve ( int row_number, int field_number )
. - Jak działa rowcount_ filepro wywołanie funkcji Find out how many rows are in a filePro database, błędy i użycie
int filepro_rowcount ( void )
. - Jak działa filepro wywołanie funkcji Read and verify the map file, błędy i użycie
bool filepro ( string directory )
. - Jak działa fclose wywołanie funkcji Closes an open file pointer, błędy i użycie
bool fclose ( resource handle )
. - Jak działa feof wywołanie funkcji Tests for end-of-file on a file pointer, błędy i użycie
bool feof ( resource handle )
. - Jak działa fflush wywołanie funkcji Flushes the output to a file, błędy i użycie
bool fflush ( resource handle )
. - Jak działa fgetc wywołanie funkcji Gets character from file pointer, błędy i użycie
string fgetc ( resource handle )
. - Jak działa fgetcsv wywołanie funkcji Gets line from file pointer and parse for CSV fields, błędy i użycie
array fgetcsv ( resource handle [, int length [, string delimiter [, string enclosure]]] )
. - Jak działa fgets wywołanie funkcji Gets line from file pointer, błędy i użycie
string fgets ( resource handle [, int length] )
. - Jak działa fgetss wywołanie funkcji Gets line from file pointer and strip HTML tags, błędy i użycie
string fgetss ( resource handle [, int length [, string allowable_tags]] )
. - Jak działa exists_ file wywołanie funkcji Checks whether a file or directory exists, błędy i użycie
bool file_exists ( string filename )
. - Jak działa contents_ get_ file wywołanie funkcji Reads entire file into a string, błędy i użycie
string file_get_contents ( string filename [, bool use_include_path [, resource context [, int offset [, int maxlen]]]] )
. - Jak działa contents_ put_ file wywołanie funkcji Write a string to a file, błędy i użycie
int file_put_contents ( string filename, mixed data [, int flags [, resource context]] )
. - Jak działa file wywołanie funkcji Reads entire file into an array, błędy i użycie
array file ( string filename [, int use_include_path [, resource context]] )
. - Jak działa fileatime wywołanie funkcji Gets last access time of file, błędy i użycie
int fileatime ( string filename )
. - Jak działa filectime wywołanie funkcji Gets inode change time of file, błędy i użycie
int filectime ( string filename )
. - Jak działa filegroup wywołanie funkcji Gets file group, błędy i użycie
int filegroup ( string filename )
. - Jak działa fileinode wywołanie funkcji Gets file inode, błędy i użycie
int fileinode ( string filename )
. - Jak działa filemtime wywołanie funkcji Gets file modification time, błędy i użycie
int filemtime ( string filename )
. - Jak działa fileowner wywołanie funkcji Gets file owner, błędy i użycie
int fileowner ( string filename )
. - Jak działa fileperms wywołanie funkcji Gets file permissions, błędy i użycie
int fileperms ( string filename )
. - Jak działa filesize wywołanie funkcji Gets file size, błędy i użycie
int filesize ( string filename )
. - Jak działa filetype wywołanie funkcji Gets file type, błędy i użycie
string filetype ( string filename )
. - Jak działa flock wywołanie funkcji Portable advisory file locking, błędy i użycie
bool flock ( resource handle, int operation [, int &wouldblock] )
. - Jak działa fnmatch wywołanie funkcji Match filename against a pattern, błędy i użycie
bool fnmatch ( string pattern, string string [, int flags] )
. - Jak działa fopen wywołanie funkcji Opens file or URL, błędy i użycie
resource fopen ( string filename, string mode [, bool use_include_path [, resource zcontext]] )
. - Jak działa fpassthru wywołanie funkcji Output all remaining data on a file pointer, błędy i użycie
int fpassthru ( resource handle )
. - Jak działa fputcsv wywołanie funkcji Format line as CSV and write to file pointer, błędy i użycie
int fputcsv ( resource handle [, array fields [, string delimiter [, string enclosure]]] )
. - Jak działa fputs wywołanie funkcji Alias of fwrite(), błędy i użycie
.
- Jak działa fread wywołanie funkcji Binary-safe file read, błędy i użycie
string fread ( resource handle, int length )
. - Jak działa fscanf wywołanie funkcji Parses input from a file according to a format, błędy i użycie
mixed fscanf ( resource handle, string format [, mixed &...] )
. - Jak działa fseek wywołanie funkcji Seeks on a file pointer, błędy i użycie
int fseek ( resource handle, int offset [, int whence] )
. - Jak działa fstat wywołanie funkcji Gets information about a file using an open file pointer, błędy i użycie
array fstat ( resource handle )
. - Jak działa ftell wywołanie funkcji Tells file pointer read/write position, błędy i użycie
int ftell ( resource handle )
. - Jak działa ftruncate wywołanie funkcji Truncates a file to a given length, błędy i użycie
bool ftruncate ( resource handle, int size )
. - Jak działa fwrite wywołanie funkcji Binary-safe file write, błędy i użycie
int fwrite ( resource handle, string string [, int length] )
. - Jak działa log2vis_ fribidi wywołanie funkcji Convert a logical string to a visual one, błędy i użycie
string fribidi_log2vis ( string str, string direction, int charset )
. - Jak działa rows_ affected_ fbsql wywołanie funkcji Get number of affected rows in previous FrontBase operation, błędy i użycie
int fbsql_affected_rows ( [resource link_identifier] )
. - Jak działa autocommit_ fbsql wywołanie funkcji Enable or disable autocommit, błędy i użycie
bool fbsql_autocommit ( resource link_identifier [, bool OnOff] )
. - Jak działa size_ blob_ fbsql wywołanie funkcji Get the size of a BLOB, błędy i użycie
int fbsql_blob_size ( string blob_handle [, resource link_identifier] )
. - Jak działa user_ change_ fbsql wywołanie funkcji Change logged in user of the active connection, błędy i użycie
resource fbsql_change_user ( string user, string password [, string database [, resource link_identifier]] )
. - Jak działa size_ clob_ fbsql wywołanie funkcji Get the size of a CLOB, błędy i użycie
int fbsql_clob_size ( string clob_handle [, resource link_identifier] )
. - Jak działa close_ fbsql wywołanie funkcji Close FrontBase connection, błędy i użycie
bool fbsql_close ( [resource link_identifier] )
. - Jak działa commit_ fbsql wywołanie funkcji Commits a transaction to the database, błędy i użycie
bool fbsql_commit ( [resource link_identifier] )
. - Jak działa connect_ fbsql wywołanie funkcji Open a connection to a FrontBase Server, błędy i użycie
resource fbsql_connect ( [string hostname [, string username [, string password]]] )
. - Jak działa blob_ create_ fbsql wywołanie funkcji Create a BLOB, błędy i użycie
string fbsql_create_blob ( string blob_data [, resource link_identifier] )
. - Jak działa clob_ create_ fbsql wywołanie funkcji Create a CLOB, błędy i użycie
string fbsql_create_clob ( string clob_data [, resource link_identifier] )
. - Jak działa db_ create_ fbsql wywołanie funkcji Create a FrontBase database, błędy i użycie
bool fbsql_create_db ( string database_name [, resource link_identifier [, string database_options]] )
. - Jak działa seek_ data_ fbsql wywołanie funkcji Move internal result pointer, błędy i użycie
bool fbsql_data_seek ( resource result_identifier, int row_number )
. - Jak działa password_ database_ fbsql wywołanie funkcji Sets or retrieves the password for a FrontBase database, błędy i użycie
string fbsql_database_password ( resource link_identifier [, string database_password] )
. - Jak działa database_ fbsql wywołanie funkcji Get or set the database name used with a connection, błędy i użycie
string fbsql_database ( resource link_identifier [, string database] )
. - Jak działa query_ db_ fbsql wywołanie funkcji Send a FrontBase query, błędy i użycie
resource fbsql_db_query ( string database, string query [, resource link_identifier] )
. - Jak działa status_ db_ fbsql wywołanie funkcji Get the status for a given database, błędy i użycie
int fbsql_db_status ( string database_name [, resource link_identifier] )
. - Jak działa db_ drop_ fbsql wywołanie funkcji Drop (delete) a FrontBase database, błędy i użycie
bool fbsql_drop_db ( string database_name [, resource link_identifier] )
. - Jak działa errno_ fbsql wywołanie funkcji Returns the numerical value of the error message from previousFrontBase operation, błędy i użycie
int fbsql_errno ( [resource link_identifier] )
. - Jak działa error_ fbsql wywołanie funkcji Returns the text of the error message from previous FrontBaseoperation, błędy i użycie
string fbsql_error ( [resource link_identifier] )
. - Jak działa array_ fetch_ fbsql wywołanie funkcji Fetch a result row as an associative array, a numeric array, orboth, błędy i użycie
array fbsql_fetch_array ( resource result [, int result_type] )
. - Jak działa assoc_ fetch_ fbsql wywołanie funkcji Fetch a result row as an associative array, błędy i użycie
array fbsql_fetch_assoc ( resource result )
. - Jak działa field_ fetch_ fbsql wywołanie funkcji Get column information from a result and return as an object, błędy i użycie
object fbsql_fetch_field ( resource result [, int field_offset] )
. - Jak działa lengths_ fetch_ fbsql wywołanie funkcji Get the length of each output in a result, błędy i użycie
array fbsql_fetch_lengths ( resource result )
. - Jak działa object_ fetch_ fbsql wywołanie funkcji Fetch a result row as an object, błędy i użycie
object fbsql_fetch_object ( resource result [, int result_type] )
. - Jak działa row_ fetch_ fbsql wywołanie funkcji Get a result row as an enumerated array, błędy i użycie
array fbsql_fetch_row ( resource result )
. - Jak działa flags_ field_ fbsql wywołanie funkcji Get the flags associated with the specified field in a result, błędy i użycie
string fbsql_field_flags ( resource result [, int field_offset] )
. - Jak działa len_ field_ fbsql wywołanie funkcji Returns the length of the specified field, błędy i użycie
int fbsql_field_len ( resource result [, int field_offset] )
. - Jak działa name_ field_ fbsql wywołanie funkcji Get the name of the specified field in a result, błędy i użycie
string fbsql_field_name ( resource result [, int field_index] )
. - Jak działa seek_ field_ fbsql wywołanie funkcji Set result pointer to a specified field offset, błędy i użycie
bool fbsql_field_seek ( resource result [, int field_offset] )
. - Jak działa table_ field_ fbsql wywołanie funkcji Get name of the table the specified field is in, błędy i użycie
string fbsql_field_table ( resource result [, int field_offset] )
. - Jak działa type_ field_ fbsql wywołanie funkcji Get the type of the specified field in a result, błędy i użycie
string fbsql_field_type ( resource result [, int field_offset] )
. - Jak działa result_ free_ fbsql wywołanie funkcji Free result memory, błędy i użycie
bool fbsql_free_result ( resource result )
. - Jak działa info_ autostart_ get_ fbsql wywołanie funkcji No description given yet, błędy i użycie
array fbsql_get_autostart_info ( [resource link_identifier] )
. - Jak działa hostname_ fbsql wywołanie funkcji Get or set the host name used with a connection, błędy i użycie
string fbsql_hostname ( resource link_identifier [, string host_name] )
. - Jak działa id_ insert_ fbsql wywołanie funkcji Get the id generated from the previous INSERT operation, błędy i użycie
int fbsql_insert_id ( [resource link_identifier] )
. - Jak działa dbs_ list_ fbsql wywołanie funkcji List databases available on a FrontBase server, błędy i użycie
resource fbsql_list_dbs ( [resource link_identifier] )
. - Jak działa fields_ list_ fbsql wywołanie funkcji List FrontBase result fields, błędy i użycie
resource fbsql_list_fields ( string database_name, string table_name [, resource link_identifier] )
. - Jak działa tables_ list_ fbsql wywołanie funkcji List tables in a FrontBase database, błędy i użycie
resource fbsql_list_tables ( string database [, resource link_identifier] )
. - Jak działa result_ next_ fbsql wywołanie funkcji Move the internal result pointer to the next result, błędy i użycie
bool fbsql_next_result ( resource result_id )
. - Jak działa fields_ num_ fbsql wywołanie funkcji Get number of fields in result, błędy i użycie
int fbsql_num_fields ( resource result )
. - Jak działa rows_ num_ fbsql wywołanie funkcji Get number of rows in result, błędy i użycie
int fbsql_num_rows ( resource result )
. - Jak działa password_ fbsql wywołanie funkcji Get or set the user password used with a connection, błędy i użycie
string fbsql_password ( resource link_identifier [, string password] )
. - Jak działa pconnect_ fbsql wywołanie funkcji Open a persistent connection to a FrontBase Server, błędy i użycie
resource fbsql_pconnect ( [string hostname [, string username [, string password]]] )
. - Jak działa query_ fbsql wywołanie funkcji Send a FrontBase query, błędy i użycie
resource fbsql_query ( string query [, resource link_identifier [, int batch_size]] )
. - Jak działa blob_ read_ fbsql wywołanie funkcji Read a BLOB from the database, błędy i użycie
string fbsql_read_blob ( string blob_handle [, resource link_identifier] )
. - Jak działa clob_ read_ fbsql wywołanie funkcji Read a CLOB from the database, błędy i użycie
string fbsql_read_clob ( string clob_handle [, resource link_identifier] )
. - Jak działa result_ fbsql wywołanie funkcji Get result data, błędy i użycie
mixed fbsql_result ( resource result [, int row [, mixed field]] )
. - Jak działa rollback_ fbsql wywołanie funkcji Rollback a transaction to the database, błędy i użycie
bool fbsql_rollback ( [resource link_identifier] )
. - Jak działa db_ select_ fbsql wywołanie funkcji Select a FrontBase database, błędy i użycie
bool fbsql_select_db ( [string database_name [, resource link_identifier]] )
. - Jak działa mode_ lob_ set_ fbsql wywołanie funkcji Set the LOB retrieve mode for a FrontBase result set, błędy i użycie
bool fbsql_set_lob_mode ( resource result, string database_name )
. - Jak działa password_ set_ fbsql wywołanie funkcji Change the password for a given user, błędy i użycie
bool fbsql_set_password ( resource link_identifier, string user, string password, string old_password )
. - Jak działa transaction_ set_ fbsql wywołanie funkcji Set the transaction locking and isolation, błędy i użycie
void fbsql_set_transaction ( resource link_identifier, int Locking, int Isolation )
. - Jak działa db_ start_ fbsql wywołanie funkcji Start a database on local or remote server, błędy i użycie
bool fbsql_start_db ( string database_name [, resource link_identifier [, string database_options]] )
. - Jak działa db_ stop_ fbsql wywołanie funkcji Stop a database on local or remote server, błędy i użycie
bool fbsql_stop_db ( string database_name [, resource link_identifier] )
. - Jak działa tablename_ fbsql wywołanie funkcji Get table name of field, błędy i użycie
string fbsql_tablename ( resource result, int i )
. - Jak działa username_ fbsql wywołanie funkcji Get or set the host user used with a connection, błędy i użycie
string fbsql_username ( resource link_identifier [, string username] )
. - Jak działa warnings_ fbsql wywołanie funkcji Enable or disable FrontBase warnings, błędy i użycie
bool fbsql_warnings ( [bool OnOff] )
. - Jak działa alloc_ ftp wywołanie funkcji Allocates space for a file to be uploaded, błędy i użycie
bool ftp_alloc ( resource ftp_stream, int filesize [, string &result] )
. - Jak działa cdup_ ftp wywołanie funkcji Changes to the parent directory, błędy i użycie
bool ftp_cdup ( resource ftp_stream )
. - Jak działa chdir_ ftp wywołanie funkcji Changes the current directory on a FTP server, błędy i użycie
bool ftp_chdir ( resource ftp_stream, string directory )
. - Jak działa chmod_ ftp wywołanie funkcji Set permissions on a file via FTP, błędy i użycie
int ftp_chmod ( resource ftp_stream, int mode, string filename )
. - Jak działa close_ ftp wywołanie funkcji Closes an FTP connection, błędy i użycie
bool ftp_close ( resource ftp_stream )
. - Jak działa connect_ ftp wywołanie funkcji Opens an FTP connection, błędy i użycie
resource ftp_connect ( string host [, int port [, int timeout]] )
. - Jak działa delete_ ftp wywołanie funkcji Deletes a file on the FTP server, błędy i użycie
bool ftp_delete ( resource ftp_stream, string path )
. - Jak działa exec_ ftp wywołanie funkcji Requests execution of a program on the FTP server, błędy i użycie
bool ftp_exec ( resource ftp_stream, string command )
. - Jak działa fget_ ftp wywołanie funkcji Downloads a file from the FTP server and saves to an open file, błędy i użycie
bool ftp_fget ( resource ftp_stream, resource handle, string remote_file, int mode [, int resumepos] )
. - Jak działa fput_ ftp wywołanie funkcji Uploads from an open file to the FTP server, błędy i użycie
bool ftp_fput ( resource ftp_stream, string remote_file, resource handle, int mode [, int startpos] )
. - Jak działa option_ get_ ftp wywołanie funkcji Retrieves various runtime behaviours of the current FTP stream, błędy i użycie
mixed ftp_get_option ( resource ftp_stream, int option )
. - Jak działa get_ ftp wywołanie funkcji Downloads a file from the FTP server, błędy i użycie
bool ftp_get ( resource ftp_stream, string local_file, string remote_file, int mode [, int resumepos] )
. - Jak działa login_ ftp wywołanie funkcji Logs in to an FTP connection, błędy i użycie
bool ftp_login ( resource ftp_stream, string username, string password )
. - Jak działa mdtm_ ftp wywołanie funkcji Returns the last modified time of the given file, błędy i użycie
int ftp_mdtm ( resource ftp_stream, string remote_file )
. - Jak działa mkdir_ ftp wywołanie funkcji Creates a directory, błędy i użycie
string ftp_mkdir ( resource ftp_stream, string directory )
. - Jak działa continue_ nb_ ftp wywołanie funkcji Continues retrieving/sending a file (non-blocking), błędy i użycie
int ftp_nb_continue ( resource ftp_stream )
. - Jak działa fget_ nb_ ftp wywołanie funkcji Retrieves a file from the FTP server and writes it to an open file (non-blocking), błędy i użycie
int ftp_nb_fget ( resource ftp_stream, resource handle, string remote_file, int mode [, int resumepos] )
. - Jak działa fput_ nb_ ftp wywołanie funkcji Stores a file from an open file to the FTP server (non-blocking), błędy i użycie
int ftp_nb_fput ( resource ftp_stream, string remote_file, resource handle, int mode [, int startpos] )
. - Jak działa get_ nb_ ftp wywołanie funkcji Retrieves a file from the FTP server and writes it to a local file (non-blocking), błędy i użycie
int ftp_nb_get ( resource ftp_stream, string local_file, string remote_file, int mode [, int resumepos] )
. - Jak działa put_ nb_ ftp wywołanie funkcji Stores a file on the FTP server (non-blocking), błędy i użycie
int ftp_nb_put ( resource ftp_stream, string remote_file, string local_file, int mode [, int startpos] )
. - Jak działa nlist_ ftp wywołanie funkcji Returns a list of files in the given directory, błędy i użycie
array ftp_nlist ( resource ftp_stream, string directory )
. - Jak działa pasv_ ftp wywołanie funkcji Turns passive mode on or off, błędy i użycie
bool ftp_pasv ( resource ftp_stream, bool pasv )
. - Jak działa put_ ftp wywołanie funkcji Uploads a file to the FTP server, błędy i użycie
bool ftp_put ( resource ftp_stream, string remote_file, string local_file, int mode [, int startpos] )
. - Jak działa pwd_ ftp wywołanie funkcji Returns the current directory name, błędy i użycie
string ftp_pwd ( resource ftp_stream )
. - Jak działa quit_ ftp wywołanie funkcji Alias of ftp_close(), błędy i użycie
.
- Jak działa raw_ ftp wywołanie funkcji Sends an arbitrary command to an FTP server, błędy i użycie
array ftp_raw ( resource ftp_stream, string command )
. - Jak działa rawlist_ ftp wywołanie funkcji Returns a detailed list of files in the given directory, błędy i użycie
array ftp_rawlist ( resource ftp_stream, string directory [, bool recursive] )
. - Jak działa rename_ ftp wywołanie funkcji Renames a file or a directory on the FTP server, błędy i użycie
bool ftp_rename ( resource ftp_stream, string oldname, string newname )
. - Jak działa rmdir_ ftp wywołanie funkcji Removes a directory, błędy i użycie
bool ftp_rmdir ( resource ftp_stream, string directory )
. - Jak działa option_ set_ ftp wywołanie funkcji Set miscellaneous runtime FTP options, błędy i użycie
bool ftp_set_option ( resource ftp_stream, int option, mixed value )
. - Jak działa site_ ftp wywołanie funkcji Sends a SITE command to the server, błędy i użycie
bool ftp_site ( resource ftp_stream, string command )
. - Jak działa size_ ftp wywołanie funkcji Returns the size of the given file, błędy i użycie
int ftp_size ( resource ftp_stream, string remote_file )
. - Jak działa connect_ ssl_ ftp wywołanie funkcji Opens an Secure SSL-FTP connection, błędy i użycie
resource ftp_ssl_connect ( string host [, int port [, int timeout]] )
. - Jak działa systype_ ftp wywołanie funkcji Returns the system type identifier of the remote FTP server, błędy i użycie
string ftp_systype ( resource ftp_stream )
. - Jak działa arg_ get_ func wywołanie funkcji Return an item from the argument list, błędy i użycie
mixed func_get_arg ( int arg_num )
. - Jak działa args_ get_ func wywołanie funkcji Returns an array comprising a function's argument list, błędy i użycie
array func_get_args ( void )
. - Jak działa args_ num_ func wywołanie funkcji Returns the number of arguments passed to the function, błędy i użycie
int func_num_args ( void )
. - Jak działa exists_ function wywołanie funkcji Return TRUE if the given function has been defined, błędy i użycie
bool function_exists ( string function_name )
. - Jak działa floor wywołanie funkcji Round fractions down, błędy i użycie
float floor ( float value )
. - Jak działa fmod wywołanie funkcji Returns the floating point remainder (modulo) of the division of the arguments, błędy i użycie
float fmod ( float x, float y )
. - Jak działa fsockopen wywołanie funkcji Open Internet or Unix domain socket connection, błędy i użycie
resource fsockopen ( string target [, int port [, int &errno [, string &errstr [, float timeout]]]] )
. - Jak działa flush wywołanie funkcji Flush the output buffer, błędy i użycie
void flush ( void )
. - Jak działa ftok wywołanie funkcji Convert a pathname and a project identifier to a System V IPC key, błędy i użycie
int ftok ( string pathname, string proj )
. - Jak działa current_ filteriterator wywołanie funkcji Get the current element value, błędy i użycie
mixed FilterIterator::current ( void )
. - Jak działa getinneriterator_ filteriterator wywołanie funkcji Get the inner iterator, błędy i użycie
Iterator FilterIterator::getInnerIterator ( void )
. - Jak działa key_ filteriterator wywołanie funkcji Get the current key, błędy i użycie
mixed FilterIterator::key ( void )
. - Jak działa next_ filteriterator wywołanie funkcji Move the iterator forward, błędy i użycie
void FilterIterator::next ( void )
. - Jak działa rewind_ filteriterator wywołanie funkcji Rewind the iterator, błędy i użycie
void FilterIterator::rewind ( void )
. - Jak działa valid_ filteriterator wywołanie funkcji Check whether the current element is valid, błędy i użycie
bool FilterIterator::valid ( void )
. - Jak działa fprintf wywołanie funkcji Write a formatted string to a stream, błędy i użycie
int fprintf ( resource handle, string format [, mixed args [, mixed ...]] )
. - Jak działa floatval wywołanie funkcji Get float value of a variable, błędy i użycie
float floatval ( mixed var )
.
PHP programowanie dla początkujących
Kodowanie w języku PHP-Z. Słownik pojęć.
Programowanie w jezyku PHP.Z