EasyPHP
  • Home
  • Installations & Preparations
    • Installing Node.js and EasyPHP
  • Starting your project
    • Getting Started
  • PHP functions
    • Functions
Powered by GitBook
On this page
  • String
  • Sessions
  • Numbers
  • Array and Objects
  • JSON
  • Encryption
  • Global Variables
  • File control
  • Others
  1. PHP functions

Functions

String

parse_str()
isset()
define()
http_build_query()
strlen()
str_word_count()
strrev()
strpos()
str_replace()

Sessions

session_start()
session_abort()
session_reset()
session_destroy()
$_SESSION[]

Numbers

is_float()
is_numeric()
pi()
min()
max()
abs()
sqrt()
round()
rand()

Array and Objects

array()
[]
count()
in_array()
sort()
rsort()
asort()
arsort()
ksort()
krsort()

JSON

json_encode()
json_decode()

Encryption

base64_encode()
base64_decode()

Global Variables

$_COOKIE[]
$_POST[]
$_GLOBALS[]
$_SERVER[]
get()
querystring()

File control

file_get_contents()
file_put_contents()

Others

die()
setcookie()
echo()
print()
print_r()
header()
unset()
PreviousGetting Started

Last updated 3 years ago