ReflectionParameter::isDefaultValueConstant

(PHP 5 >= 5.4.6, PHP 7) Returns whether the default value of this parameter is constant public bool ReflectionParameter::isDefaultValueConstant ( void ) Returns: Returns TRUE if the default value is constant, FALSE if it is not or NULL on failure. This function is currently not documented; only its argument list is available.

posix_getpgid

(PHP 4, PHP 5, PHP 7) Get process group id for job control int posix_getpgid ( int $pid ) Returns the process group identifier of the process pid or FALSE on failure. Parameters: pid The process id. Returns: Returns the identifier, as an integer. Notes: This is a not POSIX function, but is co

hw_api::info

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Returns information about server configuration array hw_api::info ( array $parameter ) Returns information about server configuration. Parameters: parameter Returns information about server configuration. Returns: See also:

SplFileObject::fpassthru

(PHP 5 >= 5.1.0, PHP 7) Output all remaining data on a file pointer public int SplFileObject::fpassthru ( void ) Reads to EOF on the given file pointer from the current position and writes the results to the output buffer. You may need to call SplFileObject::rewind() to reset the file pointer to the beginning of the file if you have already written data to the file. Returns: Returns the numbe

stream_context_set_params

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Set parameters for a stream/wrapper/context bool stream_context_set_params ( resource $stream_or_context, array $params ) Sets parameters on the specified context. Parameters: stream_or_context The stream or context to apply the parameters too. params An array of parameters to set. Note: params shou

SessionHandlerInterface::destroy

(PHP 5 >= 5.4.0, PHP 7) Destroy a session abstract public bool SessionHandlerInterface::destroy ( string $session_id ) Destroys a session. Called by session_regenerate_id() (with $destroy = TRUE), session_destroy() and when session_decode() fails. Parameters: session_id The session ID being destroyed. Returns: The return value (usually TRUE on

openal_context_destroy

(PECL openal >= 0.1.0) Destroys a context bool openal_context_destroy ( resource $context ) Parameters: context An Open AL(Context) resource (previously created by openal_context_create()). Returns: Returns TRUE on success or FALSE on failure. See also: open

get_required_files

(PHP 4, PHP 5, PHP 7) Alias of get_included_files() This function is an alias of: get_included_files().

EventBase::gotExit

(PECL event >= 1.2.6-beta) Checks if the event loop was told to exit public bool EventBase::gotExit ( void ) Checks if the event loop was told to exit by EventBase::exit() . Returns: Returns TRUE, event loop was told to exit by EventBase::exit() . Otherwise FALSE. See also: EventBase::exit() -

runkit_constant_remove

(PECL runkit >= 0.7.0) Remove/Delete an already defined constant bool runkit_constant_remove ( string $constname ) Parameters: constname Name of constant to remove. Either a string indicating a global constant, or classname::constname indicating a class constant. Returns: Returns TRUE on success or FALSE on failure.