ingres_autocommit_state

(PECL ingres >= 2.0.0) Test if the connection is using autocommit bool ingres_autocommit_state ( resource $link ) ingres_autocommit_state() is called to determine whether the current link has autocommit enabled or not. Parameters: link The connection link identifier Returns: Returns TRUE if autocommit is enabled or FALSE when autocommit is dis

ocicolumnscale

(PHP 4, PHP 5, PHP 7, PECL OCI8 >= 1.0.0) Alias of oci_field_scale() Alias of oci_field_scale() This alias has been DEPRECATED as of PHP 5.4.0. Relying on this alias is highly discouraged.

Imagick::getImageTicksPerSecond

(PECL imagick 2.0.0) Gets the image ticks-per-second int Imagick::getImageTicksPerSecond ( void ) Gets the image ticks-per-second. Returns: Returns the image ticks-per-second. Exception: Throws ImagickException on error.

cubrid_lob2_tell

(PECL CUBRID >= 8.4.1) Tell the cursor position of the LOB object. int cubrid_lob2_tell ( resource $lob_identifier ) The cubrid_lob2_tell() function is used to tell the cursor position of the LOB object. Parameters: lob_identifier Lob identifier as a result of cubrid_lob2_new() or get from the result set. Returns: It will return the cursor posit

KTaglib_MPEG_File::getAudioProperties

(0.0.1) Returns an object that provides access to the audio properties public KTaglib_MPEG_File KTaglib_MPEG_File::getAudioProperties ( void ) Returns an object that provides access to the audio properties of the mpeg file. Returns: Returns an KTaglib_MPEG_AudioProperties object or false.

posix_setuid

(PHP 4, PHP 5, PHP 7) Set the UID of the current process bool posix_setuid ( int $uid ) Set the real user ID of the current process. This is a privileged function that needs appropriate privileges (usually root) on the system to be able to perform this function. Parameters: uid The user id. Returns: Returns TRUE on success or FALSE on failure.

sybase_set_message_handler

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Sets the handler called when a server message is raised bool sybase_set_message_handler ( callable $handler [, resource $link_identifier ] ) sybase_set_message_handler() sets a user function to handle messages generated by the server. You may specify the name of a global function, or use an array to specify an object reference and a method name. Parameters:

iis_set_app_settings

(PECL iisfunc SVN) Creates application scope for a virtual directory int iis_set_app_settings ( int $server_instance, string $virtual_path, string $application_scope ) This function is currently not documented; only its argument list is available.

SAMConnection::commit

(PECL sam >= 0.1.0) Commits (completes) the current unit of work. bool SAMConnection::commit ( void ) Calling the "commit" method on a Connection object commits (completes) all in-flight transactions that are part of the current unit of work. Returns: This method returns FALSE if an error occurs. Examples: Committing the current u

ArrayIterator::setFlags

(PHP 5 >= 5.1.0, PHP 7) Set behaviour flags public void ArrayIterator::setFlags ( string $flags ) Sets behaviour flags. Parameters: flags A bitmask as follows: 0 = Properties of the object have their normal functionality when accessed as list (var_dump, foreach, etc.). 1 = Array indices can be accessed as properties in read/write. Returns: No value is ret