ldap_modify_batch

(PHP 5.4 >= 5.4.26, PHP 5.5 >= 5.5.10, PHP 5.6 >= 5.6.0, PHP 7) Batch and execute modifications on an LDAP entry bool ldap_modify_batch ( resource $link_identifier, string $dn, array $entry ) Modifies an existing entry in the LDAP directory. Allows detailed specification of the modifications to perform. Parameters: link_identifier An LDAP link identifier, returne

HaruDoc::setCompressionMode

(PECL haru >= 0.0.1) Set compression mode for the document bool HaruDoc::setCompressionMode ( int $mode ) Defines compression mode for the document. In case when libharu was compiled without Zlib support this function will always throw HaruException. Parameters: mode The compression mode to use. The value is a combination of the following flags: HaruDoc::COMP_NONE -

hw_api_error::reason

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Returns reason of error HW_API_Reason hw_api_error::reason ( void ) Returns the first error reason. Returns: See also: hw_api_error::count -

PDF_set_layer_dependency

(PECL pdflib >= 2.0.0) Define relationships among layers bool PDF_set_layer_dependency ( resource $pdfdoc, string $type, string $optlist ) Defines hierarchical and group relationships among layers. Returns TRUE on success or FALSE on failure. This function requires PDF 1.5.

SAMMessage::__construct

(PECL sam >= 0.1.0) Creates a new Message object SAMMessage::__construct ([ mixed $body ] ) Creates a new SAMMessage object optionally specifying a message body. Parameters: body The optional body for the message. Examples: Creating a message <?php $msg = new SAMMessage(); ?> Cr

substr_replace

(PHP 4, PHP 5, PHP 7) Replace text within a portion of a string mixed substr_replace ( mixed $string, mixed $replacement, mixed $start [, mixed $length ] ) substr_replace() replaces a copy of string delimited by the start and (optionally) length parameters with the string given in replacement. Parameters: string The input string. An array of strings can be provided, in

json_last_error

(PHP 5 >= 5.3.0, PHP 7) Returns the last error occurred int json_last_error ( void ) Returns the last error (if any) occurred during the last JSON encoding/decoding. Returns: Returns an integer, the value can be one of the following constants: JSON error codes Constant Meaning Availability JSON_ERROR_NONE No error has occurred JSON_ERROR_DEPTH The maximum stack depth has been exceeded JSON

SolrQuery::setOmitHeader

(PECL solr >= 0.9.2) Exclude the header from the returned results public SolrQuery SolrQuery::setOmitHeader ( bool $flag ) Exclude the header from the returned results. Parameters: flag TRUE excludes the header from the result. Returns: Returns the current SolrQuery object, if the return value is used.

dbplus_prev

(PHP 4 <= 4.1.0, PECL dbplus >= 0.9) Get previous tuple from relation int dbplus_prev ( resource $relation, array &$tuple ) Reads the data for the previous tuple for the given relation, makes it the current tuple and will pass it back as an associative array in tuple. Parameters: relation A relation opened by dbplus_open(). tuple

PDF_info_font

(PECL pdflib >= 2.1.0) Query detailed information about a loaded font float PDF_info_font ( resource $pdfdoc, int $font, string $keyword, string $optlist ) Queries detailed information about a loaded font.