SWFShape::drawCubic

(PHP 5 <= 5.3.0, PECL ming SVN) Draws a cubic bezier curve using the current position and the three given points as control points int SWFShape::drawCubic ( float $bx, float $by, float $cx, float $cy, float $dx, float $dy ) This function is currently not documented; only its argument list is available. See

Phar::apiVersion

(PHP >= 5.3.0, PECL phar >= 1.0.0) Returns the api version final public static string Phar::apiVersion ( void ) Return the API version of the phar file format that will be used when creating phars. The Phar extension supports reading API version 1.0.0 or newer. API version 1.1.0 is required for SHA-256 and SHA-512 hash, and API version 1.1.1 is required to store empty directories. Returns: T

fdf_errno

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Return error code for last fdf operation int fdf_errno ( void ) Gets the error code set by the last FDF function call. A textual description of the error may be obtained using with fdf_error(). Returns: Returns the error code as an integer, or zero if there was no errors. See also:

pos

(PHP 4, PHP 5, PHP 7) Alias of current() This function is an alias of: current()

classkit_method_redefine

(PECL classkit >= 0.1) Dynamically changes the code of the given method bool classkit_method_redefine ( string $classname, string $methodname, string $args, string $code [, int $flags = CLASSKIT_ACC_PUBLIC ] ) Note: This function cannot be used to manipulate the currently running (or chained) method. Parameters: classname The class in which to redefine the

pg_options

(PHP 4, PHP 5, PHP 7) Get the options associated with the connection string pg_options ([ resource $connection ] ) pg_options() will return a string containing the options specified on the given PostgreSQL connection resource. Parameters: connection PostgreSQL database connection resource. When connection is not present, the default connection is used. The default connect

SWFDisplayItem::setRatio

(PHP 5 <= 5.3.0, PECL ming SVN) Sets the object's ratio void SWFDisplayItem::setRatio ( float $ratio ) swfdisplayitem::setratio() sets the object's ratio to ratio. Obviously only useful for morphs. 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.

sha1_file

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Calculate the sha1 hash of a file string sha1_file ( string $filename [, bool $raw_output = false ] ) Calculates the sha1 hash of the file specified by filename using the » US Secure Hash Algorithm 1, and returns that hash. The hash is a 40-character hexadecimal number. Parameters: filename The filename of the file to hash.

spl_classes

(PHP 5, PHP 7) Return available SPL classes array spl_classes ( void ) This function returns an array with the current available SPL classes. Returns: Returns an array containing the currently available SPL classes. Examples: spl_classes() example <?php print_r(spl_classes()); ?> The above example will output s

lstat

(PHP 4, PHP 5, PHP 7) Gives information about a file or symbolic link array lstat ( string $filename ) Gathers the statistics of the file or symbolic link named by filename. Parameters: filename Path to a file or a symbolic link. Returns: See the manual page for stat() for information on the structure of the array that lstat() returns. This funct