ldap_set_option

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Set the value of the given option bool ldap_set_option ( resource $link_identifier, int $option, mixed $newval ) Sets the value of the specified option to be newval. Parameters: link_identifier An LDAP link identifier, returned by ldap_connect(). option The parameter option can be one of: Option Type A

file

(PHP 4, PHP 5, PHP 7) Reads entire file into an array array file ( string $filename [, int $flags = 0 [, resource $context ]] ) Reads an entire file into an array. Note: You can use file_get_contents() to return the contents of a file as a string. Parameters: filename Path to the file. TipA URL can be used as a filename with this function if the fopen wrappers hav

PDF_shading

(PECL pdflib >= 2.0.0) Define blend int PDF_shading ( resource $pdfdoc, string $shtype, float $x0, float $y0, float $x1, float $y1, float $c1, float $c2, float $c3, float $c4, string $optlist ) Defines a blend from the current fill color to another color. This function requires PDF 1.4 or above.

SplEnum::getConstList

(PECL spl_types >= 0.1.0) Returns all consts (possible values) as an array. public array SplEnum::getConstList ([ bool $include_default = false ] ) Parameters: include_default Whether to include __default property. Returns: This function is currently not documented; only its argument list is available.

EventDnsBase::clearSearch

(PECL event >= 1.2.6-beta) Removes all current search suffixes public void EventDnsBase::clearSearch ( void ) Removes all current search suffixes from the DNS base; the EventDnsBase::addSearch() function adds a suffix. Returns: No value is returned. See also: EventDnsBase::addSearch() -

blenc_encrypt

(PECL blenc >= 5) Encrypt a PHP script with BLENC. string blenc_encrypt ( string $plaintext, string $encodedfile [, string $encryption_key ] ) Encrypt the plaintext content and write it into encodedfile Parameters: plaintext A source code to encrypt. Does not need to contain opening/closing PHP tags encodedfile The filename where B

cubrid_pconnect

(PECL CUBRID >= 8.3.1) Open a persistent connection to a CUBRID server resource cubrid_pconnect ( string $host, int $port, string $dbname [, string $userid [, string $passwd ]] ) Establishes a persistent connection to a CUBRID server. cubrid_pconnect() acts very much like cubrid_connect() with two major differences. First, when connecting, the function would first try to find a (persistent) link that's already open wi

cubrid_execute

(PECL CUBRID >= 8.3.0) Execute a prepared SQL statement resource cubrid_execute ( resource $conn_identifier, string $sql [, int $option ] ) bool cubrid_execute ( resource $request_identifier [, int $option ] ) The cubrid_execute() function is used to execute the given SQL statement. It executes the query by using conn_identifier and SQL, and then returns the request identifier created. It is used for simple execution of

fam_cancel_monitor

(PHP 5 <= 5.0.5) Terminate monitoring bool fam_cancel_monitor ( resource $fam, resource $fam_monitor ) Terminates monitoring on a resource. In addition an FAMAcknowledge event occurs. Parameters: fam A resource representing a connection to the FAM service returned by fam_open() fam_monitor A resource returned by one of the fam_moni

CairoContext::newPath

(PECL cairo >= 0.1.0) The newPath purpose public void CairoContext::newPath ( void ) Object oriented style (method): Procedural style: void cairo_new_path ( CairoContext $context ) Clears the current path. After this call there will be no path and no current point. Parameters: context A valid CairoContext object. Returns: No value is returne