ssh2_scp_send

(PECL ssh2 >= 0.9.0) Send a file via SCP bool ssh2_scp_send ( resource $session, string $local_file, string $remote_file [, int $create_mode = 0644 ] ) Copy a file from the local filesystem to the remote server using the SCP protocol. Parameters: session An SSH connection link identifier, obtained from a call to ssh2_connect(). local_file

date_isodate_set

(PHP 5 >= 5.2.0, PHP 7) Alias of DateTime::setISODate() This function is an alias of: DateTime::setISODate()

GearmanClient::doHigh

(PECL gearman >= 0.5.0) Run a single high priority task public string GearmanClient::doHigh ( string $function_name, string $workload [, string $unique ] ) Runs a single high priority task and returns a string representation of the result. It is up to the GearmanClient and GearmanWorker to agree on the format of the result. High priority tasks will get precedence over normal and low priority tasks in the job queue.

file_get_contents

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Reads entire file into a string string file_get_contents ( string $filename [, bool $use_include_path = false [, resource $context [, int $offset = 0 [, int $maxlen ]]]] ) This function is similar to file(), except that file_get_contents() returns the file in a string, starting at the specified offset up to maxlen bytes. On failure, file_get_contents() will return FALSE. file_get_content

msql_numrows

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

stream_wrapper_restore

(PHP 5 >= 5.1.0, PHP 7) Restores a previously unregistered built-in wrapper bool stream_wrapper_restore ( string $protocol ) Restores a built-in wrapper previously unregistered with stream_wrapper_unregister(). Parameters: protocol Restores a built-in wrapper previously unregistered with stream_wrapper_unregister(). Returns: Returns TRUE on su

svn_fs_is_file

(PECL svn >= 0.2.0) Return true if the path points to a file, false otherwise bool svn_fs_is_file ( resource $root, string $path ) Return true if the path points to a file, false otherwise This function is currently not documented; only its argument list is available.

filter_input_array

(PHP 5 >= 5.2.0, PHP 7) Gets external variables and optionally filters them mixed filter_input_array ( int $type [, mixed $definition [, bool $add_empty = true ]] ) This function is useful for retrieving many values without repetitively calling filter_input(). Parameters: type One of INPUT_GET, INPUT_POST, INPUT_COOKIE, INPUT_SERVER, or INPUT_ENV.

ReflectionGenerator::getThis

(PHP 7) Gets the $this value of the generator public object ReflectionGenerator::getThis ( void ) Get the $this value that the generator has access to. Returns: Returns the $this value, or NULL if the generator was not created in a class context. Examples: ReflectionGenerator::getThis() example <?php class GenExample

PDO::getAttribute

(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.2.0) Retrieve a database connection attribute public mixed PDO::getAttribute ( int $attribute ) This function returns the value of a database connection attribute. To retrieve PDOStatement attributes, refer to PDOStatement::getAttribute(). Note that some database/driver combinations may not support all of the database connection attributes. Parameters: