|
const | DEFAULT_CONTENT_TYPE = 'binary/octet-stream' |
|
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 | $filename | The filename of the uploaded file. |
string | $destination | The destination of the moved file. |
array | $context_options | An 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:
- code/googleappengine-read-only/python/php/sdk/google/appengine/runtime/SplOverride.php