ldap_delete

(PHP 4, PHP 5, PHP 7) Delete an entry from a directory bool ldap_delete ( resource $link_identifier, string $dn ) Deletes a particular entry in LDAP directory. Parameters: link_identifier An LDAP link identifier, returned by ldap_connect(). dn The distinguished name of an LDAP entity. Returns: Returns TRUE on s

RegexIterator::getPregFlags

(PHP 5 >= 5.2.0, PHP 7) Returns the regular expression flags. public int RegexIterator::getPregFlags ( void ) Returns the regular expression flags, see RegexIterator::__construct() for the list of flags. Returns: Returns a bitmask of the regular expression flags. Examples: RegexIterator::getPregFlags() example <?php

GearmanWorker::timeout

(PECL gearman >= 0.6.0) Get socket I/O activity timeout public int GearmanWorker::timeout ( void ) Returns the current time to wait, in milliseconds, for socket I/O activity. Returns: A time period is milliseconds. A negative value indicates an infinite timeout. See also: GearmanWorker::setTimeout() -

PharData::delete

(PHP >= 5.3.0, PECL phar >= 2.0.0) Delete a file within a tar/zip archive bool PharData::delete ( string $entry ) Delete a file within an archive. This is the functional equivalent of calling unlink() on the stream wrapper equivalent, as shown in the example below. Parameters: entry Path within an archive to the file to delete. Returns: ret

ZipArchive::open

(PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.1.0) Open a ZIP file archive mixed ZipArchive::open ( string $filename [, int $flags ] ) Opens a new zip archive for reading, writing or modifying. Parameters: filename The file name of the ZIP archive to open. flags The mode to use to open the archive. ZipArchive::OVERWRITE ZipArchive:

$_GET

(PHP 4 >= 4.1.0, PHP 5, PHP 7) HTTP GET variables An associative array of variables passed to the current script via the URL parameters. $HTTP_GET_VARS contains the same initial information, but is not a superglobal. (Note that $HTTP_GET_VARS and $_GET are different variables and that PHP handles them as such) Changelog: 4.1.0 Introduced $_GET that deprecated $HTTP_GET_VA

mqseries_get

(PECL mqseries >= 0.10.0) MQSeries MQGET void mqseries_get ( resource $hConn, resource $hObj, array &$md, array &$gmo, int &$bufferLength, string &$msg, int &$data_length, resource &$compCode, resource &$reason ) The mqseries_get() (MQGET) call retrieves a message from a local queue that has been opened using the mqseries_open() (MQOPEN) call Parameters:

Ev::feedSignalEvent

(No version information available, might only be in Git) Feed signal event into the default loop final public static void Ev::feedSignalEvent ( int $signum ) Feed signal event into the default loop. Ev will react to this call as if the signal specified by signal had occurred. Parameters: signum Signal number. See signal(7) man page for detals. See also constants exporte

HaruDoc::loadJPEG

(PECL haru >= 0.0.1) Load a JPEG image object HaruDoc::loadJPEG ( string $filename ) Loads the specified JPEG image. Parameters: filename A valid JPEG image file. Returns: Returns a new HaruImage instance. Exception: Throws a HaruException on error. See also:

gnupg_verify

(PECL gnupg >= 0.1) Verifies a signed text array gnupg_verify ( resource $identifier, string $signed_text, string $signature [, string &$plaintext ] ) Verifies the given signed_text and returns information about the signature. Parameters: identifier The gnupg identifier, from a call to gnupg_init() or gnupg. signed_text The signed