Home
Adauga resursa
Intra in cont
Home
Comunitate
Forum
Blog
Documentatie
Gazduire
Promovare/SEO
Locuri de munca
Proiecte
Director
Galerie CSS
Functii PHP
Cauta functii rapid
[
A
] [
B
] [
C
] [
D
] [
E
] [
F
] [
G
] [
H
] [
I
] [
J
] [
K
] [
L
] [
M
] [
N
] [
O
] [
P
] [
Q
] [
R
] [
S
] [
T
] [
U
] [
V
] [
W
] [
X
] [
Y
] [
Z
]
getallheaders
Fetch all HTTP request headers
GregorianToJD
Converts a Gregorian date to Julian Day Count
get_class_methods
Returns an array of class methods' names
get_class_vars
Returns an array of default properties of the class
get_class
Returns the name of the class of an object
get_declared_classes
Returns an array with the name of the defined classes
get_declared_interfaces
Returns an array of all declared interfaces
get_object_vars
Returns an associative array of object properties
get_parent_class
Retrieves the parent class name for object or class
getdate
Get date/time information
gettimeofday
Get current time
gmdate
Format a GMT/UTC date/time
gmmktime
Get Unix timestamp for a GMT date
gmstrftime
Format a GMT/UTC time/date according to locale settings
getcwd
Gets the current working directory
glob
Find pathnames matching a pattern
get_defined_functions
Returns an array of all defined functions
gettext
Lookup a message in the current domain
gmp_abs
Absolute value
gmp_add
Add numbers
gmp_and
Logical AND
gmp_clrbit
Clear bit
gmp_cmp
Compare numbers
gmp_com
Calculates one's complement
gmp_div_q
Divide numbers
gmp_div_qr
Divide numbers and get quotient and remainder
gmp_div_r
Remainder of the division of numbers
gmp_div
Alias of gmp_div_q()
gmp_divexact
Exact division of numbers
gmp_fact
Factorial
gmp_gcd
Calculate GCD
gmp_gcdext
Calculate GCD and multipliers
gmp_hamdist
Hamming distance
gmp_init
Create GMP number
gmp_intval
Convert GMP number to integer
gmp_invert
Inverse by modulo
gmp_jacobi
Jacobi symbol
gmp_legendre
Legendre symbol
gmp_mod
Modulo operation
gmp_mul
Multiply numbers
gmp_neg
Negate number
gmp_or
Logical OR
gmp_perfect_square
Perfect square check
gmp_popcount
Population count
gmp_pow
Raise number into power
gmp_powm
Raise number into power with modulo
gmp_prob_prime
Check if number is "probably prime"
gmp_random
Random number
gmp_scan0
Scan for 0
gmp_scan1
Scan for 1
gmp_setbit
Set bit
gmp_sign
Sign of number
gmp_sqrt
Calculate square root
gmp_sqrtrem
Square root with remainder
gmp_strval
Convert GMP number to string
gmp_sub
Subtract numbers
gmp_xor
Logical XOR
gnupg_adddecryptkey
Add a key for decryption
gnupg_addencryptkey
Add a key for encryption
gnupg_addsignkey
Add a key for signing
gnupg_cleardecryptkeys
Removes all keys which were set for decryption before
gnupg_clearencryptkeys
Removes all keys which were set for encryption before
gnupg_clearsignkeys
Removes all keys which were set for signing before
gnupg_decrypt
Decrypts a given text
gnupg_decryptverify
Decrypts and verifies a given text
gnupg_encrypt
Encrypts a given text
gnupg_encryptsign
Encrypts and signs a given text
gnupg_export
Exports a key
gnupg_geterror
Returns the errortext, if a function fails
gnupg_getprotocol
Returns the currently active protocol for all operations
gnupg_import
Imports a key
gnupg_keyinfo
Returns an array with information about all keys that matches the given pattern
gnupg_setarmor
Toggle armored output
gnupg_seterrormode
Sets the mode for error_reporting
gnupg_setsignmode
Sets the mode for signing
gnupg_sign
Signs a given text
gnupg_verify
Verifies a signed text
gopher_parsedir
Translate a gopher formatted directory entry into an associative array.
gd_info
Retrieve information about the currently installed GD library
getimagesize
Get the size of an image
getrandmax
Show largest possible random value
get_browser
Tells what the user's browser is capable of
gethostbyaddr
Get the Internet host name corresponding to a given IP address
gethostbyname
Get the IP address corresponding to a given Internet host name
gethostbynamel
Get a list of IP addresses corresponding to a given Internet host name
getmxrr
Get MX records corresponding to a given Internet host name
getprotobyname
Get protocol number associated with protocol name
getprotobynumber
Get protocol name associated with protocol number
getservbyname
Get port number associated with an Internet service and protocol
getservbyport
Get Internet service which corresponds to port and protocol
get_cfg_var
Gets the value of a PHP configuration option
get_current_user
Gets the name of the owner of the current PHP script
get_defined_constants
Returns an associative array with the names of all the constants and their values
get_extension_funcs
Returns an array with the names of the functions of a module
get_include_path
Gets the current include_path configuration option
get_included_files
Returns an array with the names of included or required files
get_loaded_extensions
Returns an array with the names of all modules compiled and loaded
get_magic_quotes_gpc
Gets the current configuration setting of magic quotes gpc
get_magic_quotes_runtime
Gets the current active configuration setting of magic_quotes_runtime
get_required_files
Alias of get_included_files()
getenv
Gets the value of an environment variable
getlastmod
Gets time of last page modification
getmygid
Get PHP script owner's GID
getmyinode
Gets the inode of the current script
getmypid
Gets PHP's process ID
getmyuid
Gets PHP script owner's UID
getopt
Gets options from the command line argument list
getrusage
Gets the current resource usages
get_html_translation_table
Returns the translation table used by htmlspecialchars() and htmlentities()
get_headers
Fetches all the headers sent by the server in response to a HTTP request
get_meta_tags
Extracts all meta tag content attributes from a file and returns an array
get_defined_vars
Returns an array of all defined variables
get_resource_type
Returns the resource type
gettype
Get the type of a variable
gzclose
Close an open gz-file pointer
gzcompress
Compress a string
gzdeflate
Deflate a string
gzencode
Create a gzip compressed string
gzeof
Test for end-of-file on a gz-file pointer
gzfile
Read entire gz-file into an array
gzgetc
Get character from gz-file pointer
gzgets
Get line from file pointer
gzgetss
Get line from gz-file pointer and strip HTML tags
gzinflate
Inflate a deflated string
gzopen
Open gz-file
gzpassthru
Output all remaining data on a gz-file pointer
gzputs
Alias of gzwrite()
gzread
Binary-safe gz-file read
gzrewind
Rewind the position of a gz-file pointer
gzseek
Seek on a gz-file pointer
gztell
Tell gz-file pointer read/write position
gzuncompress
Uncompress a compressed string
gzwrite
Binary-safe gz-file write
Ultimele discutii in forum
[HELP]Forma,dupa inserarea (5)
Convert php-fusion cu phpbb(1)
div to image or pdf(2)
introducere imagini in db(2)
highlights text javascript (0)
cURL simplu(2)
CONFIGURARE PHP5 APACHE(0)
Zend Framework..(2)
CSS - intrebare(5)
sql care sa afiseze cel mai(6)
Autentificare...automata(5)
Afla src la iframe(5)
center table(4)
caut programator PHP / pe t(0)
in loc de meniu ...(7)
Ultimele articole
Fluturas de salariu
Ghidul Securitatii PHP
PHP 5, SQLite in Factory?
Interakt - O poveste de succes
Introducere in Clase PHP
Membri recenti
dvdriper
N30
Stoonnanult
Gedomeewelp
TusTraumb
Braiceprise
estinitly
ovidiubistrian
raducan
dendaclelax
Top membri
Pirahna
acasa , in pat
carco
Bucuresti
Birkoff
Bucuresti
Mascka
Braila
raul_
whooper
Toronto ON
mihaitha
Sibiu
gabysolomon
Bacau
oriceon
Constanta
garlicinicolae
Newsletter
Email:
inscriere
renuntare
Arhiva newsletter
Site-ul lunii
blg
Blgpunctro
Propune un site
Online
172 utilizatori
online
Parteneriat
RSS PHPRomania
RSS PHP
Harta site
Recomanda
Forum
AJAX
Arhiva forum
PHPRomania Blog
Web design
Informatii telefoane mobile
Termeni si conditii
Contact
Echipa
Intrebari frecvente
Legaturi catre noi
Evenimente speciale
LAPTOP
PDA GPS
Telefoane Mobile GSM
blgpunctro
hpc consulting
EcoMagazin
Tutoriale WEB
Copyright © 2001-2008
PHP Romania
Remortgages
|
Xbox Mod Chip
|
Secured Loans
|
Mortgages
|
Myspace Layouts
Ads: Partener Way2Web Nework:
gazduire web
|
inregistrare domenii
|
web design
|
imobiliare
|
web hosting
Powered by Simplis