PharFileInfo::getPharFlags

(PHP >= 5.3.0, PECL phar >= 1.0.0) Returns the Phar file entry flags public int PharFileInfo::getPharFlags ( void ) This returns the flags set in the manifest for a Phar. This will always return 0 in the current implementation. Returns: The Phar flags (always 0 in the current implementation) Examples: A PharFileInfo::getPharFlags

rad2deg

(PHP 4, PHP 5, PHP 7) Converts the radian number to the equivalent number in degrees float rad2deg ( float $number ) This function converts number from radian to degrees. Parameters: number A radian value Returns: The equivalent of number in degrees Examples: rad2deg() example

XMLWriter::endPI

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) End current PI bool XMLWriter::endPI ( void ) Object oriented style Procedural style bool xmlwriter_end_pi ( resource $xmlwriter ) Ends the current processing instruction. Parameters: xmlwriter Only for procedural calls. The XMLWriter resource that is being modified. This resource comes from a call to xmlwriter_open_u

bbcode_set_arg_parser

(PECL bbcode >= 0.10.2) Attach another parser in order to use another rule set for argument parsing bool bbcode_set_arg_parser ( resource $bbcode_container, resource $bbcode_arg_parser ) Attaches another parser to the bbcode_container. This parser is used only when arguments must be parsed. If this function is not used, the default argument parser is the parser itself. Parameters:

mssql_guid_string

(PHP 4 >= 4.0.7, PHP 5, PECL odbtp >= 1.1.1) Converts a 16 byte binary GUID to a string string mssql_guid_string ( string $binary [, bool $short_format = false ] ) Converts a 16 byte binary GUID to a string. Parameters: binary A 16 byte binary GUID. short_format Whenever to use short format. Returns: Ret

radius_get_tagged_attr_data

(PECL radius >= 1.3.0) Extracts the data from a tagged attribute string radius_get_tagged_attr_data ( string $data ) If a tagged attribute has been returned from radius_get_attr(), radius_get_tagged_attr_data() will return the data from the attribute. Parameters: data The tagged attribute to be decoded. Returns: Returns the data from the tagge

msql_create_db

(PHP 4, PHP 5, PHP 7) Create mSQL database bool msql_create_db ( string $database_name [, resource $link_identifier ] ) msql_create_db() attempts to create a new database on the mSQL server. Parameters: database_name The name of the mSQL database. link_identifier The mSQL connection. If not specified, the last link opened by msql_connect

oci_define_by_name

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0) Associates a PHP variable with a column for query fetches bool oci_define_by_name ( resource $statement, string $column_name, mixed &$variable [, int $type = SQLT_CHR ] ) Associates a PHP variable with a column for query fetches using oci_fetch(). The oci_define_by_name() call must occur before executing oci_execute(). Parameters: statement

imap_fetchmime

(PHP 5, PHP 7 >= 5.3.6) Fetch MIME headers for a particular section of the message string imap_fetchmime ( resource $imap_stream, int $msg_number, string $section [, int $options = 0 ] ) Fetch the MIME headers of a particular section of the body of the specified messages. Parameters: imap_stream An IMAP stream returned by imap_open(). msg_number

ReflectionClass::setStaticPropertyValue

(PHP 5 >= 5.1.0, PHP 7) Sets static property value public void ReflectionClass::setStaticPropertyValue ( string $name, string $value ) Sets static property value. Parameters: name Property name. value New property value. Returns: No value is returned. This function is cu