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

SoapClient::__getFunctions

(PHP 5 >= 5.0.1, PHP 7) Returns list of available SOAP functions public array SoapClient::__getFunctions ( void ) Returns an array of functions described in the WSDL for the Web service. Note: This function only works in WSDL mode. Returns: The array of SOAP function prototypes, detailing the return type, the function name and type-hinted paramaters.

cairo_matrix_rotate

(PECL cairo >= 0.1.0) Description void cairo_matrix_rotate ( CairoMatrix $matrix, float $radians ) The function description goes here. Parameters: matrix Description... radians Description... Returns: What is returned on success and failure This function is currently not

ftp_alloc

(PHP 5, PHP 7) Allocates space for a file to be uploaded bool ftp_alloc ( resource $ftp_stream, int $filesize [, string &$result ] ) Sends an ALLO command to the remote FTP server to allocate space for a file to be uploaded. Note: Many FTP servers do not support this command. These servers may return a failure code (FALSE) indicating the command is not supported or a success code (TRUE) to indicate that pre-allocatio

in_array

(PHP 4, PHP 5, PHP 7) Checks if a value exists in an array bool in_array ( mixed $needle, array $haystack [, bool $strict = FALSE ] ) Searches haystack for needle using loose comparison unless strict is set. Parameters: needle The searched value. Note: If needle is a string, the comparison is done in a case-sensitive manner. haystack

maxdb_real_connect

(PECL maxdb >= 1.0) Opens a connection to a MaxDB server bool maxdb_real_connect ( resource $link [, string $hostname [, string $username [, string $passwd [, string $dbname [, int $port = 0 [, string $socket ]]]]]] ) Procedural style Object oriented style bool maxdb::real_connect ([ string $hostname [, string $username [, string $passwd [, string $dbname [, int $port = 0 [, string $socket ]]]]]] ) maxdb_real_connect()

SWFText::setHeight

(PHP 5 <= 5.3.0, PECL ming SVN) Sets the current font height void SWFText::setHeight ( float $height ) swftext::setheight() sets the current font height to height. Default is 240. Returns: No value is returned. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release

range

(PHP 4, PHP 5, PHP 7) Create an array containing a range of elements array range ( mixed $start, mixed $end [, number $step = 1 ] ) Create an array containing a range of elements. Parameters: start First value of the sequence. end The sequence is ended upon reaching the end value. step If a step valu

end

(PHP 4, PHP 5, PHP 7) Set the internal pointer of an array to its last element mixed end ( array &$array ) end() advances array's internal pointer to the last element, and returns its value. Parameters: array The array. This array is passed by reference because it is modified by the function. This means you must pass it a real variable and not a function returning an

imagesetthickness

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Set the thickness for line drawing bool imagesetthickness ( resource $image, int $thickness ) imagesetthickness() sets the thickness of the lines drawn when drawing rectangles, polygons, ellipses etc. etc. to thickness pixels. Parameters: image An image resource, returned by one of the image creation functions, such as imagecreatetruecolor