ldap_list

(PHP 4, PHP 5, PHP 7) Single-level search resource ldap_list ( resource $link_identifier, string $base_dn, string $filter [, array $attributes [, int $attrsonly [, int $sizelimit [, int $timelimit [, int $deref ]]]]] ) Performs the search for a specified filter on the directory with the scope LDAP_SCOPE_ONELEVEL. LDAP_SCOPE_ONELEVEL means that the search should only return information that is at the level immediately below

newt_listitem_set

(PECL newt >= 0.1) void newt_listitem_set ( resource $item, string $text ) Parameters: item text Returns: No value is returned. This function is currently not documented; only its argument list is available.

get_meta_tags

(PHP 4, PHP 5, PHP 7) Extracts all meta tag content attributes from a file and returns an array array get_meta_tags ( string $filename [, bool $use_include_path = false ] ) Opens filename and parses it line by line for <meta> tags in the file. The parsing stops at </head>. Parameters: filename The path to the HTML file, as a string. This can be a local file o

runkit_function_copy

(PECL runkit >= 0.7.0) Copy a function to a new function name bool runkit_function_copy ( string $funcname, string $targetname ) Parameters: funcname Name of existing function targetname Name of new function to copy definition to Returns: Returns TRUE on success or FALSE on failure.

Yaf_Dispatcher::dispatch

(Yaf >=1.0.0) Dispatch a request public Yaf_Response_Abstract Yaf_Dispatcher::dispatch ( Yaf_Request_Abstract $request ) This method does the heavy work of the Yaf_Dispatcher. It take a request object. The dispatch process has three distinct events: Routing Dispatching Response Yaf_Plugin_Abstract Yaf_Dispatcher Parameters: request This method does the heavy work

Collator::setStrength

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Set collation strength public bool Collator::setStrength ( int $strength ) Object oriented style Procedural style bool collator_set_strength ( Collator $coll , int $strength ) The » ICU Collation Service supports many levels of comparison (named "Levels", but also known as "Strengths"). Having these categories enables ICU to sort strings precisely according to local conv

is_soap_fault

(Unknown) Checks if a SOAP call has failed bool is_soap_fault ( mixed $object ) This function is useful to check if the SOAP call failed, but without using exceptions. To use it, create a SoapClient object with the exceptions option set to zero or FALSE. In this case, the SOAP method will return a special SoapFault object which encapsulates the fault details (faultcode, faultstring, faultactor and faultdetails). If excepti

SolrParams::addParam

(PECL solr >= 0.9.2) Adds a parameter to the object public SolrParams SolrParams::addParam ( string $name, string $value ) Adds a parameter to the object. This is used for parameters that can be specified multiple times. Parameters: name Name of parameter value Value of parameter Returns: Returns a SolrParam

PDF_shfill

(PECL pdflib >= 2.0.0) Fill area with shading bool PDF_shfill ( resource $pdfdoc, int $shading ) Fills an area with a shading, based on a shading object. This function requires PDF 1.4 or above.

newt_grid_place

(PECL newt >= 0.1) void newt_grid_place ( resource $grid, int $left, int $top ) Parameters: grid left top Returns: No value is returned. This function is currently not documented; only its argument list is available.