App Engine PHP SDK  v1 rev.445
The PHP runtime is available as an experimental Preview feature.
Static Public Member Functions | Public Attributes | List of all members
google\appengine\runtime\SplOverride Class Reference

Static Public Member Functions

static gethostname ()
 
static move_uploaded_file ($filename, $destination, array $context_options=null)
 

Public Attributes

const DEFAULT_CONTENT_TYPE = 'binary/octet-stream'
 

Member Function Documentation

static google\appengine\runtime\SplOverride::gethostname ( )
static

Gets the standard host name for the local machine.

Returns
bool|string a string with the hostname on success, otherwise FALSE is returned.
See also
http://php.net/gethostname
static google\appengine\runtime\SplOverride::move_uploaded_file (   $filename,
  $destination,
array  $context_options = null 
)
static

Moves an uploaded file to a new location.

Parameters
string$filenameThe filename of the uploaded file.
string$destinationThe destination of the moved file.
array$context_optionsAn associative array of stream context options. The options will be merged with defaults and passed to stream_context_create().
See also
http://php.net/move_uploaded_file

The documentation for this class was generated from the following file: