fbsql_field_flags

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Get the flags associated with the specified field in a result string fbsql_field_flags ( resource $result [, int $field_offset ] ) Gets the flags associated with the specified field in a result. Parameters: result A result pointer returned by fbsql_list_fields(). field_offset The numerical offset of the

MessageFormatter::create

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Constructs a new Message Formatter public static MessageFormatter MessageFormatter::create ( string $locale, string $pattern ) Object oriented style (method) Object oriented style (constructor): public MessageFormatter::__construct ( string $locale , string $pattern ) Procedural style MessageFormatter msgfmt_create ( string $locale , string $pattern ) Constructs a new

SoapClient::__getLastRequestHeaders

(PHP 5 >= 5.0.1, PHP 7) Returns the SOAP headers from the last request public string SoapClient::__getLastRequestHeaders ( void ) Returns the SOAP headers from the last request. Note: This function only works if the SoapClient object was created with the trace option set to TRUE. Returns: The last SOAP request headers. Examples:

enchant_broker_dict_exists

(PHP 5 >= 5.3.0, PHP 7, PECL enchant >= 0.1.0 ) Whether a dictionary exists or not. Using non-empty tag bool enchant_broker_dict_exists ( resource $broker, string $tag ) Tells if a dictionary exists or not, using a non-empty tags Parameters: broker Broker resource tag non-empty tag in the LOCALE format, ex: us_US, ch_DE, etc.

SDO_DAS_XML::loadFile

(^) Returns SDO_DAS_XML_Document object for a given path to xml instance document SDO_XMLDocument SDO_DAS_XML::loadFile ( string $xml_file ) Constructs the tree of SDO_DataObjects from the given address to xml instance document. Returns SDO_DAS_XML_Document Object. Use SDO_DAS_XML_Document::getRootDataObject method to get root data object. Parameters: xml_file Path to

pg_connection_status

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Get connection status int pg_connection_status ( resource $connection ) pg_connection_status() returns the status of the specified connection. Parameters: connection PostgreSQL database connection resource. Returns: PGSQL_CONNECTION_OK or PGSQL_CONNECTION_BAD. E

mcrypt_enc_get_key_size

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Returns the maximum supported keysize of the opened mode int mcrypt_enc_get_key_size ( resource $td ) Gets the maximum supported key size of the algorithm in bytes. Parameters: td The encryption descriptor. Returns: Returns the maximum supported key size of the algorithm in bytes.

ReflectionExtension::isTemporary

(PHP >= 5.4.0) Returns whether this extension is temporary public void ReflectionExtension::isTemporary ( void ) Returns: Returns TRUE for extensions loaded by dl(), FALSE otherwise. This function is currently not documented; only its argument list is available. See also:

printf

(PHP 4, PHP 5, PHP 7) Output a formatted string int printf ( string $format [, mixed $args [, mixed $... ]] ) Produces output according to format. Parameters: format See sprintf() for a description of format. args See sprintf() for a description of format. ... See sprintf() for a description of format

db2_foreign_keys

(PECL ibm_db2 >= 1.0.0) Returns a result set listing the foreign keys for a table resource db2_foreign_keys ( resource $connection, string $qualifier, string $schema, string $table-name ) Returns a result set listing the foreign keys for a table. Parameters: connection A valid connection to an IBM DB2, Cloudscape, or Apache Derby database. qual