Słownik i definicje programowania w PHP na G
PHP (skrót od angielskiej nazwy "PHP: Hypertext Preprocessor") to język programowania, który jest szczególnie popularny w branży IT i jest często używany do tworzenia aplikacji internetowych oraz skromnych stron internetowych. PHP jest językiem skryptowym, co oznacza, że jest interpretowany przez serwer internetowy i nie wymaga kompilacji przed uruchomieniem.
- Komputer Gmp_Gcd wywołanie funkcji
Calculate GCD
co znaczy, błędy i użycieresource gmp_gcd ( resource a, resource b )
komputer. - Informatyka Gzgetc wywołanie funkcji
Get character from gz-file pointer
krzyżówka, błędy i użyciestring gzgetc ( resource zp )
informatyka. - Plik Gzgets wywołanie funkcji
Get line from file pointer
co to jest, błędy i użyciestring gzgets ( resource zp, int length )
plik. - Na dysku Gmp_Div wywołanie funkcji
Alias of gmp_div_q()
słownik, błędy i użyciena dysku.
- Pobierz Gmp_Fact wywołanie funkcji
Factorial
czym jest, błędy i użycieresource gmp_fact ( int a )
pobierz. - Do pobrania Getallheaders wywołanie funkcji
Fetch all HTTP request headers
hasło, błędy i użyciearray getallheaders ( void )
do pobrania. - Na komputerze Gregoriantojd wywołanie funkcji
Converts a Gregorian date to Julian Day Count
co oznacza, błędy i użycieint gregoriantojd ( int month, int day, int year )
na komputerze. - Laptop Get_Class_Methods wywołanie funkcji
Returns an array of class methods' names
tłumaczenie, błędy i użyciearray get_class_methods ( mixed class_name )
laptop. - Nie działa Get_Class_Vars wywołanie funkcji
Returns an array of default properties of the class
przykłady, błędy i użyciearray get_class_vars ( string class_name )
nie działa. - Do naprawy Get_Class wywołanie funkcji
Returns the name of the class of an object
definicja, błędy i użyciestring get_class ( [object obj] )
do naprawy. - Na forum Get_Declared_Classes wywołanie funkcji
Returns an array with the name of the defined classes
encyklopedia, błędy i użyciearray get_declared_classes ( void )
na forum. - Jak usunąć Get_Declared_Interfaces wywołanie funkcji
Returns an array of all declared interfaces
jak działa, błędy i użyciearray get_declared_interfaces ( void )
jak usunąć. - Program Get_Object_Vars wywołanie funkcji
Returns an associative array of object properties
czy jest, błędy i użyciearray get_object_vars ( object obj )
program. - Faq Get_Parent_Class wywołanie funkcji
Retrieves the parent class name for object or class
pojęcie, błędy i użyciestring get_parent_class ( [mixed obj] )
faq. - Na blogu Getdate wywołanie funkcji
Get date/time information
wyjaśnienie, błędy i użyciearray getdate ( [int timestamp] )
na blogu. - W pracy Gettimeofday wywołanie funkcji
Get current time
opis, błędy i użyciemixed gettimeofday ( [bool return_float] )
w pracy. - Wytłumaczenie Gmdate wywołanie funkcji
Format a GMT/UTC date/time
informacje, błędy i użyciestring gmdate ( string format [, int timestamp] )
wytłumaczenie. - Dobry informatyk Gmmktime wywołanie funkcji
Get Unix timestamp for a GMT date
co znaczy, błędy i użycieint gmmktime ( [int hour [, int minute [, int second [, int month [, int day [, int year [, int is_dst]]]]]]] )
dobry informatyk. - Na laptopie Gmstrftime wywołanie funkcji
Format a GMT/UTC time/date according to locale settings
krzyżówka, błędy i użyciestring gmstrftime ( string format [, int timestamp] )
na laptopie. - Na dysku Getcwd wywołanie funkcji
Gets the current working directory
co to jest, błędy i użyciestring getcwd ( void )
na dysku. - Programista Glob wywołanie funkcji
Find pathnames matching a pattern
słownik, błędy i użyciearray glob ( string pattern [, int flags] )
programista. - Tester Get_Defined_Functions wywołanie funkcji
Returns an array of all defined functions
czym jest, błędy i użyciearray get_defined_functions ( void )
tester. - Komputer Gettext wywołanie funkcji
Lookup a message in the current domain
hasło, błędy i użyciestring gettext ( string message )
komputer. - Informatyka Gmp_Abs wywołanie funkcji
Absolute value
co oznacza, błędy i użycieresource gmp_abs ( resource a )
informatyka. - Plik Gmp_Add wywołanie funkcji
Add numbers
tłumaczenie, błędy i użycieresource gmp_add ( resource a, resource b )
plik. - Na dysku Gmp_And wywołanie funkcji
Logical AND
przykłady, błędy i użycieresource gmp_and ( resource a, resource b )
na dysku. - Pobierz Gmp_Clrbit wywołanie funkcji
Clear bit
definicja, błędy i użycievoid gmp_clrbit ( resource &a, int index )
pobierz. - Do pobrania Gmp_Cmp wywołanie funkcji
Compare numbers
encyklopedia, błędy i użycieint gmp_cmp ( resource a, resource b )
do pobrania. - Na komputerze Gmp_Com wywołanie funkcji
Calculates one's complement
jak działa, błędy i użycieresource gmp_com ( resource a )
na komputerze. - Laptop Gmp_Div_Q wywołanie funkcji
Divide numbers
czy jest, błędy i użycieresource gmp_div_q ( resource a, resource b [, int round] )
laptop. - Nie działa Gmp_Div_Qr wywołanie funkcji
Divide numbers and get quotient and remainder
pojęcie, błędy i użyciearray gmp_div_qr ( resource n, resource d [, int round] )
nie działa. - Do naprawy Gmp_Div_R wywołanie funkcji
Remainder of the division of numbers
wyjaśnienie, błędy i użycieresource gmp_div_r ( resource n, resource d [, int round] )
do naprawy. - Na forum Gmp_Divexact wywołanie funkcji
Exact division of numbers
opis, błędy i użycieresource gmp_divexact ( resource n, resource d )
na forum. - Jak usunąć Gmp_Gcdext wywołanie funkcji
Calculate GCD and multipliers
informacje, błędy i użyciearray gmp_gcdext ( resource a, resource b )
jak usunąć. - Program Gmp_Hamdist wywołanie funkcji
Hamming distance
co znaczy, błędy i użycieint gmp_hamdist ( resource a, resource b )
program. - Faq Gmp_Init wywołanie funkcji
Create GMP number
krzyżówka, błędy i użycieresource gmp_init ( mixed number [, int base] )
faq. - Na blogu Gmp_Intval wywołanie funkcji
Convert GMP number to integer
co to jest, błędy i użycieint gmp_intval ( resource gmpnumber )
na blogu. - W pracy Gmp_Invert wywołanie funkcji
Inverse by modulo
słownik, błędy i użycieresource gmp_invert ( resource a, resource b )
w pracy. - Wytłumaczenie Gmp_Jacobi wywołanie funkcji
Jacobi symbol
czym jest, błędy i użycieint gmp_jacobi ( resource a, resource p )
wytłumaczenie. - Dobry informatyk Gmp_Legendre wywołanie funkcji
Legendre symbol
hasło, błędy i użycieint gmp_legendre ( resource a, resource p )
dobry informatyk. - Na laptopie Gmp_Mod wywołanie funkcji
Modulo operation
co oznacza, błędy i użycieresource gmp_mod ( resource n, resource d )
na laptopie. - Na dysku Gmp_Mul wywołanie funkcji
Multiply numbers
tłumaczenie, błędy i użycieresource gmp_mul ( resource a, resource b )
na dysku. - Programista Gmp_Neg wywołanie funkcji
Negate number
przykłady, błędy i użycieresource gmp_neg ( resource a )
programista. - Tester Gmp_Or wywołanie funkcji
Logical OR
definicja, błędy i użycieresource gmp_or ( resource a, resource b )
tester. - Komputer Gmp_Perfect_Square wywołanie funkcji
Perfect square check
encyklopedia, błędy i użyciebool gmp_perfect_square ( resource a )
komputer. - Informatyka Gmp_Popcount wywołanie funkcji
Population count
jak działa, błędy i użycieint gmp_popcount ( resource a )
informatyka. - Plik Gmp_Pow wywołanie funkcji
Raise number into power
czy jest, błędy i użycieresource gmp_pow ( resource base, int exp )
plik. - Na dysku Gmp_Powm wywołanie funkcji
Raise number into power with modulo
pojęcie, błędy i użycieresource gmp_powm ( resource base, resource exp, resource mod )
na dysku. - Pobierz Gmp_Prob_Prime wywołanie funkcji
Check if number is "probably prime"
wyjaśnienie, błędy i użycieint gmp_prob_prime ( resource a [, int reps] )
pobierz. - Do pobrania Gmp_Random wywołanie funkcji
Random number
opis, błędy i użycieresource gmp_random ( int limiter )
do pobrania. - Na komputerze Gmp_Scan0 wywołanie funkcji
Scan for 0
informacje, błędy i użycieint gmp_scan0 ( resource a, int start )
na komputerze. - Laptop Gmp_Scan1 wywołanie funkcji
Scan for 1
co znaczy, błędy i użycieint gmp_scan1 ( resource a, int start )
laptop. - Nie działa Gmp_Setbit wywołanie funkcji
Set bit
krzyżówka, błędy i użycievoid gmp_setbit ( resource &a, int index [, bool set_clear] )
nie działa. - Do naprawy Gmp_Sign wywołanie funkcji
Sign of number
co to jest, błędy i użycieint gmp_sign ( resource a )
do naprawy. - Na forum Gmp_Sqrt wywołanie funkcji
Calculate square root
słownik, błędy i użycieresource gmp_sqrt ( resource a )
na forum. - Jak usunąć Gmp_Sqrtrem wywołanie funkcji
Square root with remainder
czym jest, błędy i użyciearray gmp_sqrtrem ( resource a )
jak usunąć. - Program Gmp_Strval wywołanie funkcji
Convert GMP number to string
hasło, błędy i użyciestring gmp_strval ( resource gmpnumber [, int base] )
program. - Faq Gmp_Sub wywołanie funkcji
Subtract numbers
co oznacza, błędy i użycieresource gmp_sub ( resource a, resource b )
faq. - Na blogu Gmp_Xor wywołanie funkcji
Logical XOR
tłumaczenie, błędy i użycieresource gmp_xor ( resource a, resource b )
na blogu. - W pracy Gnupg_Adddecryptkey wywołanie funkcji
Add a key for decryption
przykłady, błędy i użyciebool gnupg_adddecryptkey ( resource identifier, string fingerprint, string passphrase )
w pracy. - Wytłumaczenie Gnupg_Addencryptkey wywołanie funkcji
Add a key for encryption
definicja, błędy i użyciebool gnupg_addencryptkey ( resource identifier, string fingerprint )
wytłumaczenie. - Dobry informatyk Gnupg_Addsignkey wywołanie funkcji
Add a key for signing
encyklopedia, błędy i użyciebool gnupg_addsignkey ( resource identifier, string fingerprint [, string passphrase] )
dobry informatyk. - Na laptopie Gnupg_Cleardecryptkeys wywołanie funkcji
Removes all keys which were set for decryption before
jak działa, błędy i użyciebool gnupg_cleardecryptkeys ( resource identifier )
na laptopie. - Na dysku Gnupg_Clearencryptkeys wywołanie funkcji
Removes all keys which were set for encryption before
czy jest, błędy i użyciebool gnupg_clearencryptkeys ( resource identifier )
na dysku. - Programista Gnupg_Clearsignkeys wywołanie funkcji
Removes all keys which were set for signing before
pojęcie, błędy i użyciebool gnupg_clearsignkeys ( resource identifier )
programista. - Tester Gnupg_Decrypt wywołanie funkcji
Decrypts a given text
wyjaśnienie, błędy i użyciestring gnupg_decrypt ( resource identifier, string text )
tester. - Komputer Gnupg_Decryptverify wywołanie funkcji
Decrypts and verifies a given text
opis, błędy i użyciearray gnupg_decryptverify ( resource identifier, string text, string plaintext )
komputer. - Informatyka Gnupg_Encrypt wywołanie funkcji
Encrypts a given text
informacje, błędy i użyciestring gnupg_encrypt ( resource identifier, string plaintext )
informatyka. - Plik Gnupg_Encryptsign wywołanie funkcji
Encrypts and signs a given text
co znaczy, błędy i użyciestring gnupg_encryptsign ( resource identifier, string plaintext )
plik. - Na dysku Gnupg_Export wywołanie funkcji
Exports a key
krzyżówka, błędy i użyciestring gnupg_export ( resource identifier, string fingerprint )
na dysku. - Pobierz Gnupg_Geterror wywołanie funkcji
Returns the errortext, if a function fails
co to jest, błędy i użyciestring gnupg_geterror ( resource identifier )
pobierz. - Do pobrania Gnupg_Getprotocol wywołanie funkcji
Returns the currently active protocol for all operations
słownik, błędy i użycieint gnupg_getprotocol ( resource identifier )
do pobrania. - Na komputerze Gnupg_Import wywołanie funkcji
Imports a key
czym jest, błędy i użyciearray gnupg_import ( resource identifier, string keydata )
na komputerze. - Laptop Gzgetss wywołanie funkcji
Get line from gz-file pointer and strip HTML tags
hasło, błędy i użyciestring gzgetss ( resource zp, int length [, string allowable_tags] )
laptop. - Nie działa Gnupg_Keyinfo wywołanie funkcji
Returns an array with information about all keys that matches the given pattern
co oznacza, błędy i użyciearray gnupg_keyinfo ( resource identifier, string pattern )
nie działa. - Do naprawy Gnupg_Setarmor wywołanie funkcji
Toggle armored output
tłumaczenie, błędy i użyciebool gnupg_setarmor ( resource identifier, int armor )
do naprawy. - Na forum Gnupg_Seterrormode wywołanie funkcji
Sets the mode for error_reporting
przykłady, błędy i użycievoid gnupg_seterrormode ( resource identifier, int errormode )
na forum. - Jak usunąć Gnupg_Setsignmode wywołanie funkcji
Sets the mode for signing
definicja, błędy i użyciebool gnupg_setsignmode ( resource identifier, int signmode )
jak usunąć. - Program Gnupg_Sign wywołanie funkcji
Signs a given text
encyklopedia, błędy i użyciestring gnupg_sign ( resource identifier, string plaintext )
program. - Faq Gnupg_Verify wywołanie funkcji
Verifies a signed text
jak działa, błędy i użyciearray gnupg_verify ( resource identifier, string signed_text, string signature [, string plaintext] )
faq. - Na blogu Gopher_Parsedir wywołanie funkcji
Translate a gopher formatted directory entry into an associative array.
czy jest, błędy i użyciearray gopher_parsedir ( string dirent )
na blogu. - W pracy Gd_Info wywołanie funkcji
Retrieve information about the currently installed GD library
pojęcie, błędy i użyciearray gd_info ( void )
w pracy. - Wytłumaczenie Getimagesize wywołanie funkcji
Get the size of an image
wyjaśnienie, błędy i użyciearray getimagesize ( string filename [, array &imageinfo] )
wytłumaczenie. - Dobry informatyk Getrandmax wywołanie funkcji
Show largest possible random value
opis, błędy i użycieint getrandmax ( void )
dobry informatyk. - Na laptopie Get_Browser wywołanie funkcji
Tells what the user's browser is capable of
informacje, błędy i użyciemixed get_browser ( [string user_agent [, bool return_array]] )
na laptopie. - Na dysku Gethostbyaddr wywołanie funkcji
Get the Internet host name corresponding to a given IP address
co znaczy, błędy i użyciestring gethostbyaddr ( string ip_address )
na dysku. - Programista Gethostbyname wywołanie funkcji
Get the IP address corresponding to a given Internet host name
krzyżówka, błędy i użyciestring gethostbyname ( string hostname )
programista. - Tester Gethostbynamel wywołanie funkcji
Get a list of IP addresses corresponding to a given Internet hostname
co to jest, błędy i użyciearray gethostbynamel ( string hostname )
tester. - Komputer Getmxrr wywołanie funkcji
Get MX records corresponding to a given Internet host name
słownik, błędy i użyciebool getmxrr ( string hostname, array &mxhosts [, array &weight] )
komputer. - Informatyka Getprotobyname wywołanie funkcji
Get protocol number associated with protocol name
czym jest, błędy i użycieint getprotobyname ( string name )
informatyka. - Plik Getprotobynumber wywołanie funkcji
Get protocol name associated with protocol number
hasło, błędy i użyciestring getprotobynumber ( int number )
plik. - Na dysku Getservbyname wywołanie funkcji
Get port number associated with an Internet service and protocol
co oznacza, błędy i użycieint getservbyname ( string service, string protocol )
na dysku. - Pobierz Getservbyport wywołanie funkcji
Get Internet service which corresponds to port and protocol
tłumaczenie, błędy i użyciestring getservbyport ( int port, string protocol )
pobierz. - Do pobrania Get_Cfg_Var wywołanie funkcji
Gets the value of a PHP configuration option
przykłady, błędy i użyciestring get_cfg_var ( string varname )
do pobrania. - Na komputerze Get_Current_User wywołanie funkcji
Gets the name of the owner of the current PHP script
definicja, błędy i użyciestring get_current_user ( void )
na komputerze. - Laptop Get_Defined_Constants wywołanie funkcji
Returns an associative array with the names of all the constantsand their values
encyklopedia, błędy i użyciearray get_defined_constants ( [mixed categorize] )
laptop. - Nie działa Get_Extension_Funcs wywołanie funkcji
Returns an array with the names of the functions of a module
jak działa, błędy i użyciearray get_extension_funcs ( string module_name )
nie działa. - Do naprawy Get_Include_Path wywołanie funkcji
Gets the current include_path configuration option
czy jest, błędy i użyciestring get_include_path ( void )
do naprawy. - Na forum Get_Included_Files wywołanie funkcji
Returns an array with the names of included or required files
pojęcie, błędy i użyciearray get_included_files ( void )
na forum. - Jak usunąć Get_Loaded_Extensions wywołanie funkcji
Returns an array with the names of all modules compiled andloaded
wyjaśnienie, błędy i użyciearray get_loaded_extensions ( void )
jak usunąć. - Program Get_Magic_Quotes_Gpc wywołanie funkcji
Gets the current configuration setting of magic quotes gpc
opis, błędy i użycieint get_magic_quotes_gpc ( void )
program. - Faq Get_Magic_Quotes_Runtime wywołanie funkcji
Gets the current active configuration setting ofmagic_quotes_runtime
informacje, błędy i użycieint get_magic_quotes_runtime ( void )
faq. - Na blogu Get_Required_Files wywołanie funkcji
Alias of get_included_files()
co znaczy, błędy i użyciena blogu.
- W pracy Getenv wywołanie funkcji
Gets the value of an environment variable
krzyżówka, błędy i użyciestring getenv ( string varname )
w pracy. - Wytłumaczenie Getlastmod wywołanie funkcji
Gets time of last page modification
co to jest, błędy i użycieint getlastmod ( void )
wytłumaczenie. - Dobry informatyk Getmygid wywołanie funkcji
Get PHP script owner's GID
słownik, błędy i użycieint getmygid ( void )
dobry informatyk. - Na laptopie Getmyinode wywołanie funkcji
Gets the inode of the current script
czym jest, błędy i użycieint getmyinode ( void )
na laptopie. - Na dysku Getmypid wywołanie funkcji
Gets PHP's process ID
hasło, błędy i użycieint getmypid ( void )
na dysku. - Programista Getmyuid wywołanie funkcji
Gets PHP script owner's UID
co oznacza, błędy i użycieint getmyuid ( void )
programista. - Tester Getopt wywołanie funkcji
Gets options from the command line argument list
tłumaczenie, błędy i użyciearray getopt ( string options [, array longopts] )
tester. - Komputer Getrusage wywołanie funkcji
Gets the current resource usages
przykłady, błędy i użyciearray getrusage ( [int who] )
komputer. - Informatyka Get_Html_Translation_Table wywołanie funkcji
Returns the translation table used byhtmlspecialchars() andhtmlentities()
definicja, błędy i użyciearray get_html_translation_table ( [int table [, int quote_style]] )
informatyka. - Plik Get_Headers wywołanie funkcji
Fetches all the headers sent by the server in response to a HTTP request
encyklopedia, błędy i użyciearray get_headers ( string url [, int format] )
plik. - Na dysku Get_Meta_Tags wywołanie funkcji
Extracts all meta tag content attributes from a file and returnsan array
jak działa, błędy i użyciearray get_meta_tags ( string filename [, bool use_include_path] )
na dysku. - Pobierz Get_Defined_Vars wywołanie funkcji
Returns an array of all defined variables
czy jest, błędy i użyciearray get_defined_vars ( void )
pobierz. - Do pobrania Get_Resource_Type wywołanie funkcji
Returns the resource type
pojęcie, błędy i użyciestring get_resource_type ( resource handle )
do pobrania. - Na komputerze Gettype wywołanie funkcji
Get the type of a variable
wyjaśnienie, błędy i użyciestring gettype ( mixed var )
na komputerze. - Laptop Gzclose wywołanie funkcji
Close an open gz-file pointer
opis, błędy i użyciebool gzclose ( resource zp )
laptop. - Nie działa Gzcompress wywołanie funkcji
Compress a string
informacje, błędy i użyciestring gzcompress ( string data [, int level] )
nie działa. - Do naprawy Gzdeflate wywołanie funkcji
Deflate a string
co znaczy, błędy i użyciestring gzdeflate ( string data [, int level] )
do naprawy. - Na forum Gzencode wywołanie funkcji
Create a gzip compressed string
krzyżówka, błędy i użyciestring gzencode ( string data [, int level [, int encoding_mode]] )
na forum. - Jak usunąć Gzeof wywołanie funkcji
Test for end-of-file on a gz-file pointer
co to jest, błędy i użycieint gzeof ( resource zp )
jak usunąć. - Program Gzfile wywołanie funkcji
Read entire gz-file into an array
słownik, błędy i użyciearray gzfile ( string filename [, int use_include_path] )
program. - Faq Gzinflate wywołanie funkcji
Inflate a deflated string
czym jest, błędy i użyciestring gzinflate ( string data [, int length] )
faq. - Na blogu Gzopen wywołanie funkcji
Open gz-file
hasło, błędy i użycieresource gzopen ( string filename, string mode [, int use_include_path] )
na blogu. - W pracy Gzpassthru wywołanie funkcji
Output all remaining data on a gz-file pointer
co oznacza, błędy i użycieint gzpassthru ( resource zp )
w pracy. - Wytłumaczenie Gzputs wywołanie funkcji
Alias of gzwrite()
tłumaczenie, błędy i użyciewytłumaczenie.
- Dobry informatyk Gzread wywołanie funkcji
Binary-safe gz-file read
przykłady, błędy i użyciestring gzread ( resource zp, int length )
dobry informatyk. - Na laptopie Gzrewind wywołanie funkcji
Rewind the position of a gz-file pointer
definicja, błędy i użyciebool gzrewind ( resource zp )
na laptopie. - Na dysku Gzseek wywołanie funkcji
Seek on a gz-file pointer
encyklopedia, błędy i użycieint gzseek ( resource zp, int offset )
na dysku. - Programista Gztell wywołanie funkcji
Tell gz-file pointer read/write position
jak działa, błędy i użycieint gztell ( resource zp )
programista. - Tester Gzuncompress wywołanie funkcji
Uncompress a compressed string
czy jest, błędy i użyciestring gzuncompress ( string data [, int length] )
tester. - Komputer Gzwrite wywołanie funkcji
Binary-safe gz-file write
pojęcie, błędy i użycieint gzwrite ( resource zp, string string [, int length] )
komputer.
PeHaPe programowanie dla początkujących
Kodowanie w języku PHP-Z. Słownik pojęć PHP. Programowanie w jezyku PHP.Z
Żeby zacząć programować w PHP, potrzebujesz tylko:
- Dostępu do serwera internetowego obsługującego PHP. Możesz skorzystać z serwera internetowego dostarczanego przez dostawcę usług internetowych lub zainstalować serwer internetowy na swoim komputerze. Najlepiej kup hosting PHP.
- Edytora tekstu lub środowiska programistycznego do pisania i edytowania kodu PHP. Możesz użyć darmowego edytora tekstu, takiego jak Notepad++ lub zainwestować w profesjonalne środowisko programistyczne, takie jak Eclipse z SDK dla PHP.
- Podstawowa wiedza na temat każdego języka programowania.