geoip_country_name_by_name

(PECL geoip >= 0.2.0) Get the full country name string geoip_country_name_by_name ( string $hostname ) The geoip_country_name_by_name() function will return the full country name corresponding to a hostname or an IP address. Parameters: hostname The hostname or IP address whose location is to be looked-up. Returns: Returns the country name on

ReflectionExtension::export

(PHP 5, PHP 7) Export public static string ReflectionExtension::export ( string $name [, string $return = false ] ) Exports a reflected extension. The output format of this function is the same as the CLI argument --re [extension]. Parameters: name The reflection to export. return Setting to TRUE will return the export, as opposed to e

trader_acos

(PECL trader >= 0.2.0) Vector Trigonometric ACos array trader_acos ( array $real ) Calculates the arc cosine for each value in real and returns the resulting array. Parameters: real Array of real values. Returns: Returns an array with calculated data or false on failure.

ps_get_buffer

(PECL ps >= 1.1.0) Fetches the full buffer containig the generated PS data string ps_get_buffer ( resource $psdoc ) This function is not implemented yet. It will always return an empty string. The idea for a later implementation is to write the contents of the postscript file into an internal buffer if in memory creation is requested, and retrieve the buffer content with this function. Currently, documents created in memor

SplFixedArray::fromArray

(PHP 5 >= 5.3.0, PHP 7) Import a PHP array in a SplFixedArray instance public static SplFixedArray SplFixedArray::fromArray ( array $array [, bool $save_indexes = true ] ) Import the PHP array array in a new SplFixedArray instance Parameters: array The array to import. save_indexes Try to save the numeric indexes used in the origina

dba_firstkey

(PHP 4, PHP 5, PHP 7) Fetch first key string dba_firstkey ( resource $handle ) dba_firstkey() returns the first key of the database and resets the internal key pointer. This permits a linear search through the whole database. Parameters: handle The database handler, returned by dba_open() or dba_popen(). Returns: Returns the key on success or FAL

Imagick::getImageAttribute

(No version information available, might only be in Git) Description public string Imagick::getImageAttribute ( string $key ) Returns a named attribute. Parameters: key The key of the attribute to get. Returns:

maxdb_fetch_fields

(PECL maxdb >= 1.0) Returns an array of resources representing the fields in a result set mixed maxdb_fetch_fields ( resource $result ) Procedural style Object oriented style mixed maxdb_result::fetch_fields ( void ) This function serves an identical purpose to the maxdb_fetch_field() function with the single difference that, instead of returning one resource at a time for each field, the columns are returned as an array

SessionHandler::close

(PHP 5 >= 5.4.0, PHP 7) Close the session public bool SessionHandler::close ( void ) Closes the current session. This method is automatically executed internally by PHP when closing the session, or explicitly via session_write_close() (which first calls the SessionHandler::write()). This method wraps the internal PHP save handler defined in the session.save_handler ini setting that was set before this handler was activa

ftp_nb_fput

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Stores a file from an open file to the FTP server (non-blocking) int ftp_nb_fput ( resource $ftp_stream, string $remote_file, resource $handle, int $mode [, int $startpos = 0 ] ) ftp_nb_fput() uploads the data from a file pointer to a remote file on the FTP server. The difference between this function and the ftp_fput() is that this function uploads the file asynchronously, so your progra