SlideShare a Scribd company logo
Enabling Your Growth Through
www.GlowTouch.com Application Development & Support Services
PHP Cheat Sheet
PHP Array Functions
array_diff (arr1, arr2 ….)
array_filter (arr, function)
array_flip (arr)
array_intersect (arr1, arr2 ….)
array_merge (arr1, arr2 ….)
array_pop (arr)
array_push (arr, var1, var2 ….)
array_reverse (arr)
array_search (needle, arr)
array_walk (arr, function)
count (count)
in_array (needle, haystack)
PHP String Functions
crypt (str, salt)
explode (sep, str)
implode (glue, arr)
nl2br (str)
sprint (str, allowed_tags)
strip_replace (search, replace, str)
strops (str, needle)
strrev (str)
strstr (str, needle)
strtolower (str)
strtoupper (str)
substr (string, start, len)
PHP Filesystem Functions
clearstatcache ()
copy (source, dest)
fclose (handle)
fgets (handle, len)
file (file)
filemtime (file)
filesize (file)
file_exists (file)
fopen (file, mode)
fread (handle, len)
fwrite (handle, str)
readfile (file)
PHP fopen() Modes
r Read
r+ Read and write, prepend
w Write, truncate
w+ Read and write, truncate
a Write, append
a+ Read and write, append
PHP Regular Expression Functions
ereg (pattern, str)
split (pattern, str)
ereg_replace (pattern, replace, str)
preg_grep (pattern, arr)
preg_match (pattern, str)
preg_match_all (pattern, str, arr)
preg_replace (pattern, replace, str)
preg_split (pattern, str)
PHP PCRE Modifiers
i Case-insensitive
s Period matches newline
m ^ and $ match lines
U Ungreedy matching
e Evaluate replacement
x Pattern over several lines
Enabling Your Growth Through
www.GlowTouch.com Application Development & Support Services
PHP Cheat Sheet
PHP Date Formatting
Y 4 digit year (2015)
y 2 digit year (15)
F Long month (January)
M Short month (Jan)
m Month (01 to 12)
n Month (1 to 12)
D Short day name (Mon)
l Long day name (Monday)(Lowercase L)
d Day (01 to 31)
j Day (1 to 31)
h 12 Hour (01 to 12)
g 12 Hour (1 to 12)
H 24 Hour (00 to 23)
G 24 Hour (0 to 23)
I Minutes (00 to 59)
s Seconds (00 to 59)
w Day of week (0 to 6)
z Day of year (0 to 365)
W Week of year (1 to 53)
t Days in month (28 to 31)
a am or pm
A AM or PM
B Swatch Internet Time (000 to 999)
S Ordinal Suffix (st, nd, rd, th)
T Timezone of machine (GMT)
Z Timezone offset (seconds)
O Difference to GMT (hours)
I Daylight saving (1 or 0)
L Leap year (1 or 0)
U Seconds since Epoch
c ISO 8601 (PHP 5) 2008-07-31T18:30+01:00
r RFC 2822 Thu, 31, Jul 2008 18:30:13 +0100
PHP Date and Time Functions
checkdate (month, day, year)
date (format, timestamp)
getdate (timestamp)
mktime (hr, min, sec, month, day, yr)
strftime (formatting, timestamp)
strtotime (str)
time ()
PHP Regular Expressions Syntax
^ Start of string
$ End of string
. Any single character
(a|b) a or b
(…) Group section
[abc] Item in range (a, b or c)
[^abc] Not in range (not a, b or c)
s White space
a? Zero or one of a
a* Zero or more of a
a*? Zero or more of a, ungreedy
a+ One or more of a
a+? One or more of a, ungreedy
a{3} Exactly 3 of a
a{3,} 3 or more of a
a{3,6} Up to 6 of a
a{3,6}? 3 to 6 of a
 Escape character
[:punct:] Any punctuation symbol
[:space:] Any space character
[:blank:] Space or tab

More Related Content

What's hot

The Table Method for Derivatives
The Table Method for DerivativesThe Table Method for Derivatives
The Table Method for Derivatives
Tyler Murphy
 
ggplot2できれいなグラフ
ggplot2できれいなグラフggplot2できれいなグラフ
ggplot2できれいなグラフDaisuke Ichikawa
 
Know more processing
Know more processingKnow more processing
Know more processing
YukiAizawa1
 
Python grass
Python grassPython grass
Python grass
Margherita Di Leo
 
imager package in R and examples..
imager package in R and examples..imager package in R and examples..
imager package in R and examples..
Dr. Volkan OBAN
 
graficas matlab
graficas matlabgraficas matlab
graficas matlabxavelu
 
The Ring programming language version 1.5.3 book - Part 23 of 184
The Ring programming language version 1.5.3 book - Part 23 of 184The Ring programming language version 1.5.3 book - Part 23 of 184
The Ring programming language version 1.5.3 book - Part 23 of 184
Mahmoud Samir Fayed
 
Concurrency in Go by Denys Goldiner.pdf
Concurrency in Go by Denys Goldiner.pdfConcurrency in Go by Denys Goldiner.pdf
Concurrency in Go by Denys Goldiner.pdf
Denys Goldiner
 
The Ring programming language version 1.4.1 book - Part 6 of 31
The Ring programming language version 1.4.1 book - Part 6 of 31The Ring programming language version 1.4.1 book - Part 6 of 31
The Ring programming language version 1.4.1 book - Part 6 of 31
Mahmoud Samir Fayed
 
Advanced Data Visualization Examples with R-Part II
Advanced Data Visualization Examples with R-Part IIAdvanced Data Visualization Examples with R-Part II
Advanced Data Visualization Examples with R-Part II
Dr. Volkan OBAN
 
Script jantung copy
Script jantung   copyScript jantung   copy
Script jantung copy
Nurwahidah Abidin
 
Basic Calculus in R.
Basic Calculus in R. Basic Calculus in R.
Basic Calculus in R.
Dr. Volkan OBAN
 
2021 Quantum Challenge ex.1
2021 Quantum Challenge ex.12021 Quantum Challenge ex.1
2021 Quantum Challenge ex.1
RikuyaKubota
 
Advanced Data Visualization in R- Somes Examples.
Advanced Data Visualization in R- Somes Examples.Advanced Data Visualization in R- Somes Examples.
Advanced Data Visualization in R- Somes Examples.
Dr. Volkan OBAN
 
Tower of hanoi
Tower of hanoiTower of hanoi
Tower of hanoi
murdhani heena
 
DSP_FOEHU - Lec 04 - Discrete-Time Signals and Systems
DSP_FOEHU - Lec 04 - Discrete-Time Signals and SystemsDSP_FOEHU - Lec 04 - Discrete-Time Signals and Systems
DSP_FOEHU - Lec 04 - Discrete-Time Signals and Systems
Amr E. Mohamed
 
Domino de factorización 3
Domino de factorización 3Domino de factorización 3
Domino de factorización 3
David Valdez López
 

What's hot (20)

The Table Method for Derivatives
The Table Method for DerivativesThe Table Method for Derivatives
The Table Method for Derivatives
 
Proga 0706
Proga 0706Proga 0706
Proga 0706
 
ggplot2できれいなグラフ
ggplot2できれいなグラフggplot2できれいなグラフ
ggplot2できれいなグラフ
 
Know more processing
Know more processingKnow more processing
Know more processing
 
Python grass
Python grassPython grass
Python grass
 
imager package in R and examples..
imager package in R and examples..imager package in R and examples..
imager package in R and examples..
 
Proga 0622
Proga 0622Proga 0622
Proga 0622
 
graficas matlab
graficas matlabgraficas matlab
graficas matlab
 
The Ring programming language version 1.5.3 book - Part 23 of 184
The Ring programming language version 1.5.3 book - Part 23 of 184The Ring programming language version 1.5.3 book - Part 23 of 184
The Ring programming language version 1.5.3 book - Part 23 of 184
 
Concurrency in Go by Denys Goldiner.pdf
Concurrency in Go by Denys Goldiner.pdfConcurrency in Go by Denys Goldiner.pdf
Concurrency in Go by Denys Goldiner.pdf
 
The Ring programming language version 1.4.1 book - Part 6 of 31
The Ring programming language version 1.4.1 book - Part 6 of 31The Ring programming language version 1.4.1 book - Part 6 of 31
The Ring programming language version 1.4.1 book - Part 6 of 31
 
Advanced Data Visualization Examples with R-Part II
Advanced Data Visualization Examples with R-Part IIAdvanced Data Visualization Examples with R-Part II
Advanced Data Visualization Examples with R-Part II
 
Script jantung copy
Script jantung   copyScript jantung   copy
Script jantung copy
 
Basic Calculus in R.
Basic Calculus in R. Basic Calculus in R.
Basic Calculus in R.
 
Python hmm
Python hmmPython hmm
Python hmm
 
2021 Quantum Challenge ex.1
2021 Quantum Challenge ex.12021 Quantum Challenge ex.1
2021 Quantum Challenge ex.1
 
Advanced Data Visualization in R- Somes Examples.
Advanced Data Visualization in R- Somes Examples.Advanced Data Visualization in R- Somes Examples.
Advanced Data Visualization in R- Somes Examples.
 
Tower of hanoi
Tower of hanoiTower of hanoi
Tower of hanoi
 
DSP_FOEHU - Lec 04 - Discrete-Time Signals and Systems
DSP_FOEHU - Lec 04 - Discrete-Time Signals and SystemsDSP_FOEHU - Lec 04 - Discrete-Time Signals and Systems
DSP_FOEHU - Lec 04 - Discrete-Time Signals and Systems
 
Domino de factorización 3
Domino de factorización 3Domino de factorización 3
Domino de factorización 3
 

Viewers also liked

Porur times epaper published on sept.25..2016.
Porur times epaper published on sept.25..2016.Porur times epaper published on sept.25..2016.
Porur times epaper published on sept.25..2016.
Porur Times
 
Marketing Presentation, August 2015
Marketing Presentation, August 2015Marketing Presentation, August 2015
Marketing Presentation, August 2015
Lake Shore Gold
 
Ch10 simple harmonic motion 25 02 2013
Ch10 simple harmonic motion  25 02 2013Ch10 simple harmonic motion  25 02 2013
Ch10 simple harmonic motion 25 02 2013Majoro
 
Festa de sant jordi
Festa de sant jordiFesta de sant jordi
Festa de sant jordiFotosorpina
 
The V&A Schools Programme
The V&A Schools ProgrammeThe V&A Schools Programme
The V&A Schools Programme
Museums & Heritage Show
 
ApEx effektiv - DOAG 2010 - OPITZ CONSULTING - Stephan Engel
ApEx effektiv - DOAG 2010 - OPITZ CONSULTING - Stephan EngelApEx effektiv - DOAG 2010 - OPITZ CONSULTING - Stephan Engel
ApEx effektiv - DOAG 2010 - OPITZ CONSULTING - Stephan Engel
OPITZ CONSULTING Deutschland
 
What Should a Geriatric Care Manager Possess?
What Should a Geriatric Care Manager Possess?What Should a Geriatric Care Manager Possess?
What Should a Geriatric Care Manager Possess?
Ducere Group
 
Actividades de ALCYTA. Asociación Española de ldos, doctores y graduados en c...
Actividades de ALCYTA. Asociación Española de ldos, doctores y graduados en c...Actividades de ALCYTA. Asociación Española de ldos, doctores y graduados en c...
Actividades de ALCYTA. Asociación Española de ldos, doctores y graduados en c...
ASOCIACIÓN ESPAÑOLA DE LICENCIADOS, DOCTORES Y GRADUADOS EN CIENCIA Y TECNOLOG͍A DE LOS ALIMENTOS
 
Freedesk för hem, skola och kontor
Freedesk för hem, skola och kontorFreedesk för hem, skola och kontor
Freedesk för hem, skola och kontor
Jansäter Kommunikation AB
 
Precious Metals Summit, Zurich Switzerland
Precious Metals Summit, Zurich SwitzerlandPrecious Metals Summit, Zurich Switzerland
Precious Metals Summit, Zurich Switzerland
Lake Shore Gold
 
Mais resultado com uma agência de propaganda
Mais resultado com uma agência de propagandaMais resultado com uma agência de propaganda
Mais resultado com uma agência de propaganda
Valente Branding
 

Viewers also liked (13)

Porur times epaper published on sept.25..2016.
Porur times epaper published on sept.25..2016.Porur times epaper published on sept.25..2016.
Porur times epaper published on sept.25..2016.
 
Marketing Presentation, August 2015
Marketing Presentation, August 2015Marketing Presentation, August 2015
Marketing Presentation, August 2015
 
Sant jordi
Sant jordiSant jordi
Sant jordi
 
Ch10 simple harmonic motion 25 02 2013
Ch10 simple harmonic motion  25 02 2013Ch10 simple harmonic motion  25 02 2013
Ch10 simple harmonic motion 25 02 2013
 
Festa de sant jordi
Festa de sant jordiFesta de sant jordi
Festa de sant jordi
 
Jean de Dieu_Hakizimana
Jean de Dieu_HakizimanaJean de Dieu_Hakizimana
Jean de Dieu_Hakizimana
 
The V&A Schools Programme
The V&A Schools ProgrammeThe V&A Schools Programme
The V&A Schools Programme
 
ApEx effektiv - DOAG 2010 - OPITZ CONSULTING - Stephan Engel
ApEx effektiv - DOAG 2010 - OPITZ CONSULTING - Stephan EngelApEx effektiv - DOAG 2010 - OPITZ CONSULTING - Stephan Engel
ApEx effektiv - DOAG 2010 - OPITZ CONSULTING - Stephan Engel
 
What Should a Geriatric Care Manager Possess?
What Should a Geriatric Care Manager Possess?What Should a Geriatric Care Manager Possess?
What Should a Geriatric Care Manager Possess?
 
Actividades de ALCYTA. Asociación Española de ldos, doctores y graduados en c...
Actividades de ALCYTA. Asociación Española de ldos, doctores y graduados en c...Actividades de ALCYTA. Asociación Española de ldos, doctores y graduados en c...
Actividades de ALCYTA. Asociación Española de ldos, doctores y graduados en c...
 
Freedesk för hem, skola och kontor
Freedesk för hem, skola och kontorFreedesk för hem, skola och kontor
Freedesk för hem, skola och kontor
 
Precious Metals Summit, Zurich Switzerland
Precious Metals Summit, Zurich SwitzerlandPrecious Metals Summit, Zurich Switzerland
Precious Metals Summit, Zurich Switzerland
 
Mais resultado com uma agência de propaganda
Mais resultado com uma agência de propagandaMais resultado com uma agência de propaganda
Mais resultado com uma agência de propaganda
 

Similar to PHP Cheat Sheet

Python Cheat Sheet
Python Cheat SheetPython Cheat Sheet
Python Cheat Sheet
GlowTouch
 
Oracle APEX Cheat Sheet
Oracle APEX Cheat SheetOracle APEX Cheat Sheet
Oracle APEX Cheat Sheet
Dimitri Gielis
 
CL metaprogramming
CL metaprogrammingCL metaprogramming
CL metaprogrammingdudarev
 
python-cheat-sheet-v1
python-cheat-sheet-v1python-cheat-sheet-v1
python-cheat-sheet-v1Hiroshi Ono
 
Introduction to R programming
Introduction to R programmingIntroduction to R programming
Introduction to R programming
Alberto Labarga
 
Super Advanced Python –act1
Super Advanced Python –act1Super Advanced Python –act1
Super Advanced Python –act1
Ke Wei Louis
 
Table of Useful R commands.
Table of Useful R commands.Table of Useful R commands.
Table of Useful R commands.
Dr. Volkan OBAN
 
ANSI C REFERENCE CARD
ANSI C REFERENCE CARDANSI C REFERENCE CARD
ANSI C REFERENCE CARD
Tia Ricci
 
R Programming: Learn To Manipulate Strings In R
R Programming: Learn To Manipulate Strings In RR Programming: Learn To Manipulate Strings In R
R Programming: Learn To Manipulate Strings In R
Rsquared Academy
 
Java 5 New Feature
Java 5 New FeatureJava 5 New Feature
Java 5 New Feature
xcoda
 
Getting started cpp full
Getting started cpp   fullGetting started cpp   full
Getting started cpp full
Võ Hòa
 
Profiling and optimization
Profiling and optimizationProfiling and optimization
Profiling and optimizationg3_nittala
 
Real Time Big Data Management
Real Time Big Data ManagementReal Time Big Data Management
Real Time Big Data Management
Albert Bifet
 
Ejercicios de estilo en la programación
Ejercicios de estilo en la programaciónEjercicios de estilo en la programación
Ejercicios de estilo en la programación
Software Guru
 
PHP Cheatsheet
PHP CheatsheetPHP Cheatsheet
PHP Cheatsheet
Nuuktal Consulting
 
Go 프로그래밍 소개 - 장재휴, DomainDriven커뮤니티
Go 프로그래밍 소개 - 장재휴, DomainDriven커뮤니티Go 프로그래밍 소개 - 장재휴, DomainDriven커뮤니티
Go 프로그래밍 소개 - 장재휴, DomainDriven커뮤니티
JaeYeoul Ahn
 
Introduction to Go
Introduction to GoIntroduction to Go
Introduction to Go
Jaehue Jang
 
Learning notes of r for python programmer (Temp1)
Learning notes of r for python programmer (Temp1)Learning notes of r for python programmer (Temp1)
Learning notes of r for python programmer (Temp1)Chia-Chi Chang
 
Class 28: Entropy
Class 28: EntropyClass 28: Entropy
Class 28: Entropy
David Evans
 
The Ring programming language version 1.5.4 book - Part 25 of 185
The Ring programming language version 1.5.4 book - Part 25 of 185The Ring programming language version 1.5.4 book - Part 25 of 185
The Ring programming language version 1.5.4 book - Part 25 of 185
Mahmoud Samir Fayed
 

Similar to PHP Cheat Sheet (20)

Python Cheat Sheet
Python Cheat SheetPython Cheat Sheet
Python Cheat Sheet
 
Oracle APEX Cheat Sheet
Oracle APEX Cheat SheetOracle APEX Cheat Sheet
Oracle APEX Cheat Sheet
 
CL metaprogramming
CL metaprogrammingCL metaprogramming
CL metaprogramming
 
python-cheat-sheet-v1
python-cheat-sheet-v1python-cheat-sheet-v1
python-cheat-sheet-v1
 
Introduction to R programming
Introduction to R programmingIntroduction to R programming
Introduction to R programming
 
Super Advanced Python –act1
Super Advanced Python –act1Super Advanced Python –act1
Super Advanced Python –act1
 
Table of Useful R commands.
Table of Useful R commands.Table of Useful R commands.
Table of Useful R commands.
 
ANSI C REFERENCE CARD
ANSI C REFERENCE CARDANSI C REFERENCE CARD
ANSI C REFERENCE CARD
 
R Programming: Learn To Manipulate Strings In R
R Programming: Learn To Manipulate Strings In RR Programming: Learn To Manipulate Strings In R
R Programming: Learn To Manipulate Strings In R
 
Java 5 New Feature
Java 5 New FeatureJava 5 New Feature
Java 5 New Feature
 
Getting started cpp full
Getting started cpp   fullGetting started cpp   full
Getting started cpp full
 
Profiling and optimization
Profiling and optimizationProfiling and optimization
Profiling and optimization
 
Real Time Big Data Management
Real Time Big Data ManagementReal Time Big Data Management
Real Time Big Data Management
 
Ejercicios de estilo en la programación
Ejercicios de estilo en la programaciónEjercicios de estilo en la programación
Ejercicios de estilo en la programación
 
PHP Cheatsheet
PHP CheatsheetPHP Cheatsheet
PHP Cheatsheet
 
Go 프로그래밍 소개 - 장재휴, DomainDriven커뮤니티
Go 프로그래밍 소개 - 장재휴, DomainDriven커뮤니티Go 프로그래밍 소개 - 장재휴, DomainDriven커뮤니티
Go 프로그래밍 소개 - 장재휴, DomainDriven커뮤니티
 
Introduction to Go
Introduction to GoIntroduction to Go
Introduction to Go
 
Learning notes of r for python programmer (Temp1)
Learning notes of r for python programmer (Temp1)Learning notes of r for python programmer (Temp1)
Learning notes of r for python programmer (Temp1)
 
Class 28: Entropy
Class 28: EntropyClass 28: Entropy
Class 28: Entropy
 
The Ring programming language version 1.5.4 book - Part 25 of 185
The Ring programming language version 1.5.4 book - Part 25 of 185The Ring programming language version 1.5.4 book - Part 25 of 185
The Ring programming language version 1.5.4 book - Part 25 of 185
 

More from GlowTouch

15 Customer Experience Facts and Stats
15 Customer Experience Facts and Stats15 Customer Experience Facts and Stats
15 Customer Experience Facts and Stats
GlowTouch
 
50,000 More School Children Will Have Food to Eat
50,000 More School Children Will Have Food to Eat50,000 More School Children Will Have Food to Eat
50,000 More School Children Will Have Food to Eat
GlowTouch
 
Josh Annual Day Celebration
Josh Annual Day CelebrationJosh Annual Day Celebration
Josh Annual Day Celebration
GlowTouch
 
Cloud Application Marketplace Overview
Cloud Application Marketplace OverviewCloud Application Marketplace Overview
Cloud Application Marketplace Overview
GlowTouch
 
Swift Reference Guide
Swift Reference GuideSwift Reference Guide
Swift Reference Guide
GlowTouch
 
C# Reference Guide
C# Reference GuideC# Reference Guide
C# Reference Guide
GlowTouch
 
Java Reference Guide
Java Reference GuideJava Reference Guide
Java Reference Guide
GlowTouch
 
PHP Reference Guide
PHP Reference GuidePHP Reference Guide
PHP Reference Guide
GlowTouch
 
Java Cheat Sheet
Java Cheat SheetJava Cheat Sheet
Java Cheat Sheet
GlowTouch
 
C# Cheat Sheet
C# Cheat SheetC# Cheat Sheet
C# Cheat Sheet
GlowTouch
 
GlowTouch Company Overview
GlowTouch Company OverviewGlowTouch Company Overview
GlowTouch Company Overview
GlowTouch
 
Overview of Coding Languages
Overview of Coding LanguagesOverview of Coding Languages
Overview of Coding Languages
GlowTouch
 

More from GlowTouch (12)

15 Customer Experience Facts and Stats
15 Customer Experience Facts and Stats15 Customer Experience Facts and Stats
15 Customer Experience Facts and Stats
 
50,000 More School Children Will Have Food to Eat
50,000 More School Children Will Have Food to Eat50,000 More School Children Will Have Food to Eat
50,000 More School Children Will Have Food to Eat
 
Josh Annual Day Celebration
Josh Annual Day CelebrationJosh Annual Day Celebration
Josh Annual Day Celebration
 
Cloud Application Marketplace Overview
Cloud Application Marketplace OverviewCloud Application Marketplace Overview
Cloud Application Marketplace Overview
 
Swift Reference Guide
Swift Reference GuideSwift Reference Guide
Swift Reference Guide
 
C# Reference Guide
C# Reference GuideC# Reference Guide
C# Reference Guide
 
Java Reference Guide
Java Reference GuideJava Reference Guide
Java Reference Guide
 
PHP Reference Guide
PHP Reference GuidePHP Reference Guide
PHP Reference Guide
 
Java Cheat Sheet
Java Cheat SheetJava Cheat Sheet
Java Cheat Sheet
 
C# Cheat Sheet
C# Cheat SheetC# Cheat Sheet
C# Cheat Sheet
 
GlowTouch Company Overview
GlowTouch Company OverviewGlowTouch Company Overview
GlowTouch Company Overview
 
Overview of Coding Languages
Overview of Coding LanguagesOverview of Coding Languages
Overview of Coding Languages
 

Recently uploaded

The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
Alison B. Lowndes
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
DianaGray10
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
Thijs Feryn
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
Ana-Maria Mihalceanu
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
Product School
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
Frank van Harmelen
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
UiPathCommunity
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
DianaGray10
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Tobias Schneck
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Inflectra
 
Generating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using SmithyGenerating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using Smithy
g2nightmarescribd
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Albert Hoitingh
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
Safe Software
 
Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
Dorra BARTAGUIZ
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
Paul Groth
 

Recently uploaded (20)

The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
 
Generating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using SmithyGenerating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using Smithy
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
 

PHP Cheat Sheet

  • 1. Enabling Your Growth Through www.GlowTouch.com Application Development & Support Services PHP Cheat Sheet PHP Array Functions array_diff (arr1, arr2 ….) array_filter (arr, function) array_flip (arr) array_intersect (arr1, arr2 ….) array_merge (arr1, arr2 ….) array_pop (arr) array_push (arr, var1, var2 ….) array_reverse (arr) array_search (needle, arr) array_walk (arr, function) count (count) in_array (needle, haystack) PHP String Functions crypt (str, salt) explode (sep, str) implode (glue, arr) nl2br (str) sprint (str, allowed_tags) strip_replace (search, replace, str) strops (str, needle) strrev (str) strstr (str, needle) strtolower (str) strtoupper (str) substr (string, start, len) PHP Filesystem Functions clearstatcache () copy (source, dest) fclose (handle) fgets (handle, len) file (file) filemtime (file) filesize (file) file_exists (file) fopen (file, mode) fread (handle, len) fwrite (handle, str) readfile (file) PHP fopen() Modes r Read r+ Read and write, prepend w Write, truncate w+ Read and write, truncate a Write, append a+ Read and write, append PHP Regular Expression Functions ereg (pattern, str) split (pattern, str) ereg_replace (pattern, replace, str) preg_grep (pattern, arr) preg_match (pattern, str) preg_match_all (pattern, str, arr) preg_replace (pattern, replace, str) preg_split (pattern, str) PHP PCRE Modifiers i Case-insensitive s Period matches newline m ^ and $ match lines U Ungreedy matching e Evaluate replacement x Pattern over several lines
  • 2. Enabling Your Growth Through www.GlowTouch.com Application Development & Support Services PHP Cheat Sheet PHP Date Formatting Y 4 digit year (2015) y 2 digit year (15) F Long month (January) M Short month (Jan) m Month (01 to 12) n Month (1 to 12) D Short day name (Mon) l Long day name (Monday)(Lowercase L) d Day (01 to 31) j Day (1 to 31) h 12 Hour (01 to 12) g 12 Hour (1 to 12) H 24 Hour (00 to 23) G 24 Hour (0 to 23) I Minutes (00 to 59) s Seconds (00 to 59) w Day of week (0 to 6) z Day of year (0 to 365) W Week of year (1 to 53) t Days in month (28 to 31) a am or pm A AM or PM B Swatch Internet Time (000 to 999) S Ordinal Suffix (st, nd, rd, th) T Timezone of machine (GMT) Z Timezone offset (seconds) O Difference to GMT (hours) I Daylight saving (1 or 0) L Leap year (1 or 0) U Seconds since Epoch c ISO 8601 (PHP 5) 2008-07-31T18:30+01:00 r RFC 2822 Thu, 31, Jul 2008 18:30:13 +0100 PHP Date and Time Functions checkdate (month, day, year) date (format, timestamp) getdate (timestamp) mktime (hr, min, sec, month, day, yr) strftime (formatting, timestamp) strtotime (str) time () PHP Regular Expressions Syntax ^ Start of string $ End of string . Any single character (a|b) a or b (…) Group section [abc] Item in range (a, b or c) [^abc] Not in range (not a, b or c) s White space a? Zero or one of a a* Zero or more of a a*? Zero or more of a, ungreedy a+ One or more of a a+? One or more of a, ungreedy a{3} Exactly 3 of a a{3,} 3 or more of a a{3,6} Up to 6 of a a{3,6}? 3 to 6 of a Escape character [:punct:] Any punctuation symbol [:space:] Any space character [:blank:] Space or tab