gmp_scan1

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Scan for 1 int gmp_scan1 ( GMP $a, int $start ) Scans a, starting with bit start, towards more significant bits, until the first set bit is found. Parameters: a The number to scan. Either a GMP number resource in PHP 5.5 and earlier, a GMP object in PHP 5.6 and later, or a numeric string provided that it is possible to convert the latter

SimpleXMLElement::children

(PHP 5 >= 5.0.1, PHP 7) Finds children of given node public SimpleXMLElement SimpleXMLElement::children ([ string $ns [, bool $is_prefix = false ]] ) This method finds the children of an element. The result follows normal iteration rules. Note: SimpleXML has made a rule of adding iterative properties to most methods. They cannot be viewed using var_dump() or anything else which can examine objects. Param

DirectoryIterator::__toString

(PHP 5, PHP 7) Get file name as a string public string DirectoryIterator::__toString ( void ) Get the file name of the current DirectoryIterator item. Returns: Returns the file name of the current DirectoryIterator item. Examples: A DirectoryIterator::__toString() example This example will list the contents of the director

EventListener::getBase

(PECL event >= 1.2.6-beta) Returns event base associated with the event listener public void EventListener::getBase ( void ) Returns event base associated with the event listener. Returns: Returns event base associated with the event listener.

GearmanJob::workloadSize

(PECL gearman >= 0.5.0) Get size of work load public int GearmanJob::workloadSize ( void ) Returns the size of the job's work load (the data the worker is to process) in bytes. Returns: The size in bytes. See also: GearmanJob::workload() -

crack_opendict

(PECL crack >= 0.1) Opens a new CrackLib dictionary resource crack_opendict ( string $dictionary ) crack_opendict() opens the specified CrackLib dictionary for use with crack_check(). Note: Only one dictionary may be open at a time. Parameters: dictionary The path to the Cracklib dictionary. Returns: Returns a dictionary resource identifi

KTaglib_MPEG_AudioProperties::getChannels

(0.0.1) Returns the amount of channels of a MPEG file public int KTaglib_MPEG_AudioProperties::getChannels ( void ) Returns the amount of channels of the MPEG file Returns: Returns the channel count as an integer

SWFButton::addASound

(PHP 5 <= 5.3.0, PECL ming SVN) Associates a sound with a button transition SWFSoundInstance SWFButton::addASound ( SWFSound $sound, int $flags ) This function is currently not documented; only its argument list is available.

GmagickDraw::getfontsize

(PECL gmagick >= Unknown) Returns the font pointsize public float GmagickDraw::getfontsize ( void ) Returns the font pointsize used when annotating with text. Returns: Returns the font size associated with the current GmagickDraw object.

GearmanClient::do

(PECL gearman >= 0.5.0) Run a single task and return a result [deprecated] public string GearmanClient::do ( string $function_name, string $workload [, string $unique ] ) The GearmanClient::do() method is deprecated as of pecl/gearman 1.0.0. Use GearmanClient::doNormal(). Parameters: function_name A registered function the worker is to execute wo