Predefined variables
PHP provides a large number of predefined variables to all scripts. The variables represent everything from external variables to built-in environment variables, last error messages to last retrieved headers.
See also the FAQ titled "How does register_globals affect me?"
Spis treści
- Superglobals — Superglobals are built-in variables that are always available in all scopes
- $GLOBALS — References all variables available in global scope
- $_SERVER — Server and execution environment information
- $_GET — HTTP GET variables
- $_POST — HTTP POST variables
- $_FILES — HTTP File Upload variables
- $_REQUEST — HTTP Request variables
- $_SESSION — Session variables
- $_ENV — Environment variables
- $_COOKIE — HTTP Cookies
- $php_errormsg — The previous error message
- $HTTP_RAW_POST_DATA — Raw POST data
- $http_response_header — HTTP response headers
- $argc — The number of arguments passed to script
- $argv — Array of arguments passed to script
Nawigacja
- Copyright
- Podręcznik PHP
- Na początek
- Instalacja i konfiguracja
- Opis języka
- Bezpieczeństwo
- Możliwości
- Opis funkcji
- Wpływ na zachowanie PHP
- Przetwarzanie formatów audio
- Serwisy uwierzytelnienia
- Kalendarz i rozszerzenia pokrewne
- Rozszerzenia wiersza poleceń
- Rozszerzenia kompresji i archiwizacji
- Przetwarzanie transakcji kartami płatniczymi
- Rozszerzenia kryptograficzne
- Rozszerzenia baz danych
- Rozszerzenia powiązane z systemem plików
- Język naturalny i obsługa kodowania znaków
- Przetwarzanie i generowanie obrazów
- Rozszerzenia powiązane z pocztą elektroniczną
- Rozszerzenia matematyczne
- Generowanie nietekstowych formatów danych
- Rozszerzenia kontroli procesów
- Inne podstawowe rozszerzenia
- Inne serwisy
- Systemy wyszukiwania informacji
- Rozszerzenia charakterystyczne dla serwera
- Rozszerzenia sesji
- Przetwarzania tekstu
- Zmienne i typy powiązanych rozszerzeń
- Usługi sieciowe
- Rozszerzenia przeznaczone dla Windows
- Przetwarzanie XML
- Rdzeń PHP: Poradnik hackerów o Zend Engine
- Preface
- The "counter" Extension - A Continuing Example
- The PHP 5 build system
- Extension structure
- Memory management
- Working with variables
- Writing functions
- Working with classes and objects
- Working with resources
- Working with INI settings
- Working with streams
- PDO Driver How-To
- Extension FAQs
- Zend Engine 2 API reference
- Zend Engine 1
- The future: PHP 6 and Zend Engine 3
- FAQ — FAQ: Najczęściej zadawane pytania
- Dodatki
- History of PHP and related projects
- Migrating from PHP 5.1.x to PHP 5.2.x
- Migrating from PHP 5.0.x to PHP 5.1.x
- Migrating from PHP 4 to PHP 5.0.x
- Debugging in PHP
- Configure options
- php.ini directives
- Klasyfikacja rozszerzeń
- Lista aliasów funkcji
- List of Reserved Words
- Lista Rodzajów Zasobów
- List of Supported Protocols/Wrappers
- List of Available Filters
- List of Supported Socket Transports
- Tabele porównań typów PHP
- List of Parser Tokens
- Userland Naming Guide
- About the manual
- Creative Commons Attribution 3.0
- Indeks funkcji