App Engine PHP SDK  v1 rev.445
The PHP runtime is available as an experimental Preview feature.
Classes | Functions | Variables
google\appengine\runtime Namespace Reference

Classes

class  ApiProxy
 
class  ApiProxyBase
 
class  ApplicationError
 
class  ArgumentError
 
class  CallNotFoundError
 
class  CancelledError
 
class  CapabilityDisabledError
 
class  ClassLoader
 
class  DeadlineExceededError
 
class  DirectUploadHandler
 
class  DirectUploadHandlerTest
 
class  Error
 
class  FeatureNotEnabledError
 
class  MemcacheUtils
 
class  OverQuotaError
 
class  RealApiProxy
 
class  RemoteApiProxy
 
class  RequestTooLargeError
 
class  ResponseTooLargeError
 
class  RPCFailedError
 
class  SplOverride
 
class  SplOverrideTest
 
class  UnlinkUploads
 
class  UnlinkUploadsTest
 

Functions

 connection_status ($status=null)
 
 is_uploaded_file ($filename, array $uploaded_files=null)
 

Variables

if(!empty($_FILES)) $url_flags = STREAM_IS_URL
 

Detailed Description

Copyright 2007 Google Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Google App Engine SDK Auto Loader.

!!! THIS FILE IS AUTO GENERATED - DO NOT EDIT !!!

Copyright 2007 Google Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Helper functions for working with Memcache and Memcached extensions.

Copyright 2007 Google Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Performs any required initialization before the user's script is run.

Copyright 2007 Google Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. SPL (Standard PHP Library) function definitions to replace originals.

In order to allow unit testing on an unmodified PHP runtime the function implementation definition is contained by this class. The actual function name is mapped in Setup.php which simply calls the implementation.

Copyright 2007 Google Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Unit tests for SplOverride.php (overriden Standard PHP Library functions).