ftp_get

(PHP 4, PHP 5, PHP 7) Downloads a file from the FTP server bool ftp_get ( resource $ftp_stream, string $local_file, string $remote_file, int $mode [, int $resumepos = 0 ] ) ftp_get() retrieves a remote file from the FTP server, and saves it into a local file. Parameters: ftp_stream The link identifier of the FTP connection. local_file

FANNConnection::setWeight

(PECL fann >= 1.0.0) Sets the connections weight public bool FANNConnection::setWeight ( float $weight ) Sets the connection weight. This method is different than fann_set_weight(). It does not update the weight value in the network. The network value is updated only after calling fann_set_weight_array(). Parameters: weight The connection weight.

bcompiler_write_header

(PECL bcompiler >= 0.3) Writes the bcompiler header bool bcompiler_write_header ( resource $filehandle [, string $write_ver ] ) Writes the header part of a bcompiler file. Parameters: filehandle A file handle as returned by fopen(). write_ver Can be used to write bytecode in a previously used format, so that you can use it with older

ImagickPixelIterator::getIteratorRow

(PECL imagick 2.0.0) Returns the current pixel iterator row int ImagickPixelIterator::getIteratorRow ( void ) Returns the current pixel iterator row. Returns: Returns the integer offset of the row, throwing ImagickPixelIteratorException on error. This function is currently not documented; only its argument list is available.

ftp_ssl_connect

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Opens an Secure SSL-FTP connection resource ftp_ssl_connect ( string $host [, int $port = 21 [, int $timeout = 90 ]] ) ftp_ssl_connect() opens an explicit SSL-FTP connection to the specified host. Note: Why this function may not exist ftp_ssl_connect() is only available if both the ftp module and the OpenSSL support is built statically into php, this means that on Windows this function

Gmagick::getsize

(PECL gmagick >= Unknown) Returns the size associated with the Gmagick object public array Gmagick::getsize ( void ) Returns the size associated with the Gmagick object as an array with the keys "columns" and "rows". Returns: Returns the size associated with the Gmagick object as an array with the keys "columns" and "rows". Exception: Throws an GmagickException

time

(PHP 4, PHP 5, PHP 7) Return current Unix timestamp int time ( void ) Returns the current time measured in the number of seconds since the Unix Epoch (January 1 1970 00:00:00 GMT). Examples: time() example <?php $nextWeek = time() + (7 * 24 * 60 * 60);                    // 7 days; 24 hours; 60 mins; 60 secs echo 'Now:       '. date('Y-

IntlCalendar::__construct

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Private constructor for disallowing instantiation private IntlCalendar::__construct ( void ) A private constructor for disallowing instantiation with the new operator. Call IntlCalendar::createInstance() instead. Returns: No value is returned.

stats_dens_cauchy

(PECL stats >= 1.0.0) Not documented float stats_dens_cauchy ( float $x, float $ave, float $stdev ) Parameters: x ave stdev Returns: This function is currently not documented; only its argument list is available.

HaruImage::setColorMask

(PECL haru >= 0.0.1) Set the color mask of the image bool HaruImage::setColorMask ( int $rmin, int $rmax, int $gmin, int $gmax, int $bmin, int $bmax ) Defines the transparent color of the image using the RGB range values. The color within the range is displayed as a transparent color. The color space of the image must be RGB. Parameters: rmin The lower limit of red. Mu