PDF_setlinewidth

(PHP 4, PECL pdflib >= 1.0.0) Set line width bool PDF_setlinewidth ( resource $p, float $width ) Sets the current line width. Returns TRUE on success or FALSE on failure.

oci_fetch_array

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0) Returns the next row from a query as an associative or numeric array array oci_fetch_array ( resource $statement [, int $mode ] ) Returns an array containing the next result-set row of a query. Each array entry corresponds to a column of the row. This function is typically called in a loop until it returns FALSE, indicating no more rows exist. If statement corresponds to a PL/SQL bloc

Imagick::getImageCompose

(PECL imagick 2.0.0) Returns the composite operator associated with the image int Imagick::getImageCompose ( void ) Returns the composite operator associated with the image. Returns: Returns TRUE on success.

PDF_continue_text

(PHP 4, PECL pdflib >= 1.0.0) Output text in next line bool PDF_continue_text ( resource $p, string $text ) Prints text at the next line. Returns TRUE on success or FALSE on failure.

calculhmac

(PECL spplus >= 1.0.0) Obtain a hmac key (needs 2 arguments) string calculhmac ( string $clent, string $data ) Returns: Returns TRUE on success or FALSE on failure. This function is currently not documented; only its argument list is available.

stats_rand_get_seeds

(PECL stats >= 1.0.0) Not documented array stats_rand_get_seeds ( void ) Returns: This function is currently not documented; only its argument list is available.

stream_socket_client

(PHP 5, PHP 7) Open Internet or Unix domain socket connection resource stream_socket_client ( string $remote_socket [, int &$errno [, string &$errstr [, float $timeout = ini_get("default_socket_timeout") [, int $flags = STREAM_CLIENT_CONNECT [, resource $context ]]]]] ) Initiates a stream or datagram connection to the destination specified by remote_socket. The type of socket created is determined by the transport

SNMP::set

(PHP 5 >= 5.4.0, PHP 7) Set the value of an SNMP object public bool SNMP::set ( mixed $object_id, mixed $type, mixed $value ) Requests remote SNMP agent setting the value of one or more SNMP objects specified by the object_id. Parameters: object_id The SNMP object id When count of OIDs in object_id array is greater than max_oids object property set method will have t

crypt

(PHP 4, PHP 5, PHP 7) One-way string hashing string crypt ( string $str [, string $salt ] ) crypt() will return a hashed string using the standard Unix DES-based algorithm or alternative algorithms that may be available on the system. The salt parameter is optional. However, crypt() creates a weak password without the salt. PHP 5.6 or later raise an E_NOTICE error without it. Make sure to specify a strong enough salt for b

RecursiveTreeIterator::endChildren

(PHP 5 >= 5.3.0, PHP 7) End children public void RecursiveTreeIterator::endChildren ( void ) Called when end recursing one level. Returns: No value is returned. This function is currently not documented; only its argument list is available.