SWFDisplayItem::skewX

(PHP 5 <= 5.3.0, PECL ming SVN) Sets the X-skew void SWFDisplayItem::skewX ( float $ddegrees ) swfdisplayitem::skewx() adds ddegrees to current x-skew. The object may be a swfshape(), a swfbutton(), a swftext() or a swfsprite() object. It must have been added using the swfmovie::add(). Returns: No value is returned. This function is EXPERIMENTAL. The beha

yaml_emit_file

(PECL yaml >= 0.5.0) Send the YAML representation of a value to a file bool yaml_emit_file ( string $filename, mixed $data [, int $encoding = YAML_ANY_ENCODING [, int $linebreak = YAML_ANY_BREAK [, array $callbacks ]]] ) Generate a YAML representation of the provided data in the filename. Parameters: filename Path to the file. data

SplFileObject::getCsvControl

(PHP 5 >= 5.2.0, PHP 7) Get the delimiter and enclosure character for CSV public array SplFileObject::getCsvControl ( void ) Gets the delimiter and enclosure character used for parsing CSV fields. Returns: Returns an indexed array containing the delimiter and enclosure character. Examples: SplFileObject::getCsvControl() example

Phar::setSignatureAlgorithm

(PHP >= 5.3.0, PECL phar >= 1.1.0) set the signature algorithm for a phar and apply it. public void Phar::setSignatureAlgorithm ( int $sigtype ) Note: This method requires the php.ini setting phar.readonly to be set to 0 in order to work for Phar objects. Otherwise, a PharException will be thrown. Set the signature algorithm for a phar and apply it. The signature algorithm must be one of Phar::MD5, Phar::SHA1, Phar

ord

(PHP 4, PHP 5, PHP 7) Return ASCII value of character int ord ( string $string ) Returns the ASCII value of the first character of string. This function complements chr(). Parameters: string A character. Returns: Returns the ASCII value as an integer. Examples: ord() example

AppendIterator::valid

(PHP 5 >= 5.1.0, PHP 7) Checks validity of the current element public bool AppendIterator::valid ( void ) Checks validity of the current element. Returns: Returns TRUE if the current iteration is valid, FALSE otherwise. See also: AppendIterator::current() - AppendIterator::key() -

cairo_ps_get_levels

(PECL cairo >= 0.1.0) Description array cairo_ps_get_levels ( void ) The function description goes here. Returns: What is returned on success and failure This function is currently not documented; only its argument list is available. Exception: When does this function issue E_* level errors, and/or throw exceptions.

Ev::sleep

(PECL ev >= 0.2.0) Block the process for the given number of seconds. final public static void Ev::sleep ( double $seconds ) Block the process for the given number of seconds. Parameters: seconds Fractional number of seconds Returns: No value is returned.

fann_set_cascade_candidate_change_fraction

(PECL fann >= 1.0.0) Sets the cascade candidate change fraction bool fann_set_cascade_candidate_change_fraction ( resource $ann, float $cascade_candidate_change_fraction ) Sets the cascade candidate change fraction. Parameters: ann Neural network resource. cascade_candidate_change_fraction The cascade candidate change fraction.

apcu_cas

(PECL apcu >= 4.0.0) Updates an old value with a new value bool apcu_cas ( string $key, int $old, int $new ) apcu_cas() updates an already existing integer value if the old parameter matches the currently stored value with the value of the new parameter. Parameters: key The key of the value being updated. old The old value (the value