recent searches:
include functions ,
variable functions ,
post functions...
If you are new to PHP or just need to refresh your skills, this is the place to start. This series of tutorials will give you the basic knowledge you will need to create a simple PHP website.
PHP is a reflective programming language originally designed for producing dynamic web pages.[1] PHP is used mainly in server-side scripting, but can be used from a command line interface or in standalone graphical applications. Textual User Interfaces can also be created using ncurses.
This function controls various runtime options for the specified FTP stream.
ftp_streamThe link identifier of the FTP connection.
optionCurrently, the following options are supported:
Table 1. Supported runtime FTP options
| FTP_TIMEOUT_SEC |
Changes the timeout in seconds used for all network related
functions. value must be an integer that
is greater than 0. The default timeout is 90 seconds.
|
| FTP_AUTOSEEK |
When enabled, GET or PUT requests with a
resumepos or startpos
parameter will first seek to the requested position within the file.
This is enabled by default.
|
value
This parameter depends on which option is chosen
to be altered.
Returns TRUE if the option could be set; FALSE if not. A warning
message will be thrown if the option is not
supported or the passed value doesn't match the
expected value for the given option.
Another Useful functions:
function.ssh2-sftp-symlink | function.ssh2-sftp-stat | function.ftp-systype | function.ftp-ssl-connect | function.ftp-size | function.ftp-site | function.ftp-set-option |
PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. If you are new to PHP and want to get some idea of how it works, try the introductory tutorial. After that, check out the online manual, and the example archive sites and some of the other resources available in the links section.