PHP – frenchtojd() Function
The PHP frenchtojd() function converts a date from the French Republican Calendar (used by the French for twelve years from 1793) to a Julian Day Count.
The PHP frenchtojd() function converts a date from the French Republican Calendar (used by the French for twelve years from 1793) to a Julian Day Count.
The PHP fscanf() function parses the input from an open file according to the specified format.
The PHP fseek() function seeks in an open file by moving the file pointer from its current position to a new position, forward or backward, in bytes.
The PHP fsockopen() function opens an Internet or Unix domain socket connection.
The PHP ftell() function returns the current position of the read/write pointer in an open file.
The PHP ftp_alloc() function allocates space for a file to be uploaded to the FTP server.
The PHP ftp_cdup() function changes to the parent directory on the FTP server.
The PHP ftp_chdir() function changes the current directory on the FTP server.
The PHP ftp_chmod() function sets permissions on the specified file via FTP.
The PHP ftp_connect() function opens an FTP connection to the specified host.
The PHP ftp_exec() function requests for execution of a command on the FTP server.
The PHP ftp_fget() function downloads a file from the FTP server and saves it into an open local file.
The PHP ftp_fput() function uploads from an open file and saves it to a file on the FTP server.
The PHP ftp_get() function downloads a file from the FTP server and saves it into a local file.
The PHP ftp_get_option() function returns runtime options of the current FTP connection.
The PHP ftp_mdtm() function returns when the specified file was last modified.