openssl_csr_export_to_file

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Exports a CSR to a file bool openssl_csr_export_to_file ( resource $csr, string $outfilename [, bool $notext = true ] ) openssl_csr_export_to_file() takes the Certificate Signing Request represented by csr and saves it as ascii-armoured text into the file named by outfilename. Parameters: csr openssl_csr_export_to_file() takes the Certif

openal_buffer_create

(PECL openal >= 0.1.0) Generate OpenAL buffer resource openal_buffer_create ( void ) Returns: Returns an Open AL(Buffer) resource on success or FALSE on failure. See also: openal_buffer_loadwav() - openal_buffer_data() -

xml_set_unparsed_entity_decl_handler

(PHP 4, PHP 5, PHP 7) Set up unparsed entity declaration handler bool xml_set_unparsed_entity_decl_handler ( resource $parser, callable $handler ) Sets the unparsed entity declaration handler function for the XML parser parser. The handler will be called if the XML parser encounters an external entity declaration with an NDATA declaration, like the following: <!ENTITY <parameter>name</parameter> {<pa

jdtogregorian

(PHP 4, PHP 5, PHP 7) Converts Julian Day Count to Gregorian date string jdtogregorian ( int $julianday ) Converts Julian Day Count to a string containing the Gregorian date in the format of "month/day/year". Parameters: julianday A julian day number as integer Returns: The gregorian date as a string in the form "month/day/year"

Yaf_Request_Abstract::getControllerName

(Yaf >=1.0.0) The getControllerName purpose public void Yaf_Request_Abstract::getControllerName ( void ) Returns: This function is currently not documented; only its argument list is available.

IntlDateFormatter::getTimeType

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Get the timetype used for the IntlDateFormatter public int IntlDateFormatter::getTimeType ( void ) Object oriented style Procedural style int datefmt_get_timetype ( IntlDateFormatter $fmt ) Return time type used by the formatter. Parameters: fmt The formatter resource. Returns: The current da

RRDGraph::setOptions

(PECL rrd >= 0.9.0) Sets the options for rrd graph export public void RRDGraph::setOptions ( array $options ) Parameters: options List of options for the image generation from the RRD database file. It can be list of strings or list of strings with keys for better readability. Read the rrd graph man pages for list of available options. Returns:

ReflectionParameter::__toString

(PHP 5, PHP 7) To string public string ReflectionParameter::__toString ( void ) To string. Returns: This function is currently not documented; only its argument list is available. See also: ReflectionParameter::export() - __toString() -

gupnp_service_proxy_action_get

(PECL gupnp >= 0.1.0) Send action to the service and get value mixed gupnp_service_proxy_action_get ( resource $proxy, string $action, string $name, int $type ) Send action with parameters to the service exposed by proxy synchronously and get value. Parameters: proxy A service proxy identifier. action An action.

fann_get_num_layers

(PECL fann >= 1.0.0) Get the number of layers in the neural network int fann_get_num_layers ( resource $ann ) Get the number of layers in the neural network. Parameters: ann Neural network resource. Returns: The number of leayers in the neural network, or FALSE on error.