Introduction To
PHP
PHP: Hypertext Preprocessor (or simply PHP) is a general-purpose programming language originally designed for web development. It was originally created by Rasmus Lerdorf in 1994; the PHP reference implementation is now produced by The PHP Group. PHP originally stood for Personal Home Page, but it now stands for the recursive initialism PHP: Hypertext Preprocessor.
PHP is a popular general-purpose scripting language that is especially suited to web development.Fast, flexible and pragmatic, PHP powers everything from your blog to the most popular websites in the world.
The standard PHP interpreter, powered by the Zend Engine, is free software released under the PHP License. PHP has been widely ported and can be deployed on most web servers on almost every operating system and platform, free of charge.
This course will guide you from basic to advanced level in PHP so don't panic if you don't have any knowledge of it at all, just follow the series and watch your knowledge grow
Course Structure
Basics
- PHP Introduction
- PHP Coding Standards
- PHP Basic Syntax
- PHP echo and print
- PHP Variables
- PHP Data Types
- PHP Superglobals
- PHP Constants
- PHP Defining Constants
- PHP Decision Making
- PHP Loops
- PHP Functions
- PHP Arrays
- PHP Types of Errors
- PHP cURL
- PHP Namespace
- PHP Strings
- PHP Objects
- PHP Classes
- PHP Serializing Data
- Exception Handling in PHP
- Error handling in PHP
- What is the use of the @ symbol in PHP?
- PHP Check if a number is Perfect number
- PHP Check if a number is prime
- PHP check if a number is Even or Odd
- PHP Factorial of a number
- PHP Sum of digits of a number
- PHP Fibonacci Series
- PHP program to print an arithmetic progression series using inbuilt functions
- PHP Separate odd and even elements from array without using loop
- ‘AND’ vs ‘&&’ as operator in PHP
- PHP Operators
- How do the PHP equality (== double equals) and identity (=== triple equals) comparison operators differ?
- PHP Bitwise Operators
- Double not (!!) operator in PHP
- What is the difference between the and or operator in php?
- Function overloading and Overriding in PHP
- What is the difference between echo, print, and print_r in PHP?
- Difference between require-dev and require in PHP?
- Traits vs. Interfaces in PHP
Misc
- LAMP installation and important PHP configurations on Ubuntu
- PHP MySQL Database Introduction
- PHP mysqli_num_rows() Function
- PHP Uploading File
- PHP Send Attachment With Email
- PHP Determining Client IP Address
- PHP 5 vs PHP 7
- PHP vs. Node.js
- PHP Pagination Set 1
- PHP Pagination Set 2
- PHP Pagination Set 3
- HTTP GET and POST Methods in PHP
- PHP Program to count Page Views
- PHP Cookies
- Binary Search in PHP
- PHP Basics of File Handling
- LDAP and LDAP Injection/Prevention
- PHP FPDF-PDF Generator
Array
- PHP end() Function
- PHP prev() Function
- PHP current() Function
- PHP reset() Function
- PHP key() Function
- PHP range() Function
- PHP max( ) Function
- PHP count() Function
- PHP array_chunk() Function
- PHP usort() Function
- PHP pos() Function
- PHP min( ) Function
- PHP array_slice() Function
- PHP sizeof() Function
- PHP array_values() Function
- PHP uasort() Function
- PHP array_replace() Function
- PHP array_fill_keys() Function
- PHP shuffle() Function
- PHP array_unique() Function
- PHP compact() Function
- PHP extract() Function
- PHP list() Function
- PHP sort() Function
- PHP rsort() Function
- PHP uksort() Function
- PHP each() Function
- PHP is_array()
- PHP in_array() Function
- PHP next() Function
- PHP array_flip() Function
- PHP array_product() Function
- PHP array_intersect_assoc() Function
- PHP array_filter() Function
- PHP pathinfo( ) Function
- PHP array_udiff_assoc() Function
- PHP array_diff_uassoc() Function
- PHP array_intersect_uassoc() Function
- PHP array_uintersect_assoc() Function
- PHP $_FILES Array (HTTP File Upload variables)
- PHP each() Function
- PHP ArrayObjects::_construct() Function
- PHP array_uintersect_uassoc() Function
- PHP arsort() Function
- PHP ksort() Function
- PHP krsort() Function
- PHP asort() Function
- PHP array() Function
- PHP array_merge_recursive() Function
- PHP array_product() Function
- PHP array_multisort() Function
- PHP array_walk() Function
- PHP array_walk_recursive() Function
- PHP array_replace_recursive() Function
- PHP array_intersect() Function
- PHP array_keys() Function
- PHP array_pad() Function
- PHP array_count_values() Function
- PHP array_combine() Function
- PHP array_diff() function
- PHP array_fill() function
- PHP array_diff_key() Function
- PHP array_diff_assoc() Function
- PHP array_sum() Function
- PHP array_splice() Function
- PHP array_intersect_key() Function
- PHP array_unshift() Function
- PHP array_push() Function
- PHP array_rand() Function
- PHP array_pop() Function
- PHP array_reduce() Function
- PHP array_reverse() Function
- PHP array_shift() Function
- PHP array_key_exists() Function
- PHP array_search() Function
- PHP array_intersect_ ukey() Function
- PHP array_uintersect() Function
- PHP array_udiff() Function
- PHP array_diff_ukey() Function
- Sorting Arrays in PHP 5
- Sort an array of dates in PHP
- PHP Find Intersection of two arrays
- PHP Merging two or more arrays using array_merge()
- PHP Second most frequent element in an array
- PHP program to check for Anagram
- PHP Deleting an element from array using array_diff()
- PHP program to find missing element(s) from an array
- PHP hash_algos() Function
- PHP hash_hmac_algos() Function
- PHP hash_copy() Function
- PHP get_defined_vars() Function
- Multidimensional arrays in PHP
- Best way to initialize empty array in PHP
Strings
- PHP String Functions
- PHP natcasesort() Function
- PHP natsort() Function
- PHP strtoupper() Function
- PHP str_split() Function
- PHP str_repeat() Function
- PHP str_replace() Function
- PHP str_shuffle() Function
- PHP strcmp() Function
- PHP ctype_alnum() (Check for Alphanumeric)
- PHP ctype_digit() (Checks for numeric value)
- PHP ctype_xdigit() Function
- PHP strtr() for replacing substrings
- PHP strtok() for tokening string
- PHP soundex() Function
- PHP strtolower() Function
- PHP strcasecmp() Function
- PHP strncasecmp() Function
- PHP strrchr Function
- PHP strstr() Function
- PHP str_rot13() Function
- PHP strcoll() Function
- PHP strcspn() Function
- PHP strspn() Function
- PHP stristr() Function
- PHP strpbrk() Function
- PHP strtr() Function
- PHP strrev() Function
- PHP strchr() Function
- PHP str_ireplace() Function
- PHP substr() function
- PHP substr_count() Function
- PHP substr_replace() Function
- PHP substr_compare() Function
- PHP convert_uuencode() Function
- PHP strpos() and stripos() Functions
- PHP strrpos() and strripos() Functions
- PHP highlight_string() function
- PHP iconv() Function
- PHP strncmp() Function
- PHP str_pad() Function
- How to get the last n characters of a PHP string?
- PHP ctype_space() Function
- PHP ctype_upper() Function
- PHP ctype_print() Function
- PHP strval() Function
- PHP trim() Function
- PHP crc32() Function
- PHP ucfirst() Function
- PHP ucwords() Function
- PHP lcfirst() Function
- PHP strlen() Function
- PHP quotemeta() Function
- PHP ltrim() Function
- PHP rtrim() Function
- PHP str_word_count() Function
- PHP strnatcasecmp() Function
- PHP strnatcmp() function
- PHP addcslashes() Function
- PHP addslashes() Function
- PHP stripslashes() Function
- PHP bin2hex() Function
- PHP similar_text() Function
- PHP ord() Function
- PHP chunk_split() Function
- PHP wordwrap() Function
- PHP chop() Function
- PHP simplexml_load_string() Function
- PHP imagestring() Function
- PHP levenshtein() Function
- PHP Palindrome Check
- PHP Reverse a String
- PHP to check substring in a string
- Concatenation of two strings in PHP
- PHP Different characters in the given string
- PHP Check if all characters are lower case
- PHP program to find the length of the last word in string
- PHP Change strings in an array to uppercase
- PHP Find the number of sub-string occurrences
- PHP quoted_printable_encode() Function
- PHP quoted_printable_decode() Function
- PHP startsWith() and endsWith() Functions
- String comparison using == vs strcmp() in PHP
- PHP hash_pbkdf2() Function
- PHP hash_hmac_file() Function
- PHP hash_file( ) Function
- PHP hash_hmac() Function
- PHP hash_equals() Function
- PHP hash_final() Function
- PHP shell_exec() vs exec() Function
Mathematics
- PHP round( ) Function
- PHP octdec( ) Function
- PHP decoct( ) Function
- PHP decbin( ) Function
- PHP bindec( ) Function
- PHP dechex( ) Function
- PHP hexdec( ) Function
- PHP hex2bin() Function
- PHP pow( ) Function
- PHP base_convert( ) Math Function
- PHP base64_encode() Function
- PHP base64_decode() Function
- PHP ceil( ) Function
- PHP abs( ) Function
- PHP sin( ) Function
- PHP cos( ) Function
- PHP tan( ) Function
- PHP pi( ) Function
- PHP hypot() function
- PHP sqrt( ) Function
- PHP deg2rad() Function
- PHP rad2deg() Function
- PHP cosh( ) Function
- PHP sinh( ) Function
- PHP asin( ) Function
- PHP acos( ) Function
- PHP atan( ) Function
- PHP acosh( ) Function
- PHP atanh( ) Function
- PHP atan2( ) Function
- PHP fmod() Function
- PHP asinh( ) Function
- PHP exp() Function
- PHP intdiv() Function
- PHP log(), log10() Functions
- PHP is_finite(), is_infinite(), is_nan() Functions
- PHP Math Functions (abs, pi, deg2rad, rad2deg, fmod, floor, ceil, round, is_finite, is_infinite)
- PHP Math Functions (is_nan, pow, sqrt, exp, log, log10, log1p, max, min, getrandmax, rand, mt_rand)
Functions
- PHP mt_rand( ) Function
- PHP parse_str() Function
- PHP filter_var() Function
- PHP srand( ) Function
- PHP lstat( ) function
- PHP fnmatch( ) Function
- PHP link( ) Function
- PHP mkdir( ) Function
- PHP is_dir( ) Function
- PHP pclose( ) Function
- PHP vsprintf() Function
- PHP ctype_cntrl() Function
- PHP metaphone() Function
- PHP date_modify() Function
- PHP is_bool()
- PHP is_a() function
- PHP print_r() Function
- PHP time() Function
- PHP strtotime() Function
- PHP checkdate() Function
- PHP Date and Time
- PHP mktime() Function
- PHP microtime() Function
- PHP localtime() Function
- PHP gmstrftime() Function
- PHP gmmktime() Function
- PHP date_date_set() Function
- PHP idate() Function
- PHP date_get_last_errors() Function
- PHP date_offset_get() Function
- PHP date_isodate_set() Function
- PHP date_sunrise() Function
- PHP date_sun_info() Function
- PHP date_sunset() Function
- PHP date_create(), date_format(), add_date() Functions
- PHP date_parse_from_format() Function
- PHP cal_days_in_month()
- PHP cal_days_in_month( ) Function
- PHP cal_info( ) Function
- PHP (Include and Require)
- PHP Imploding and Exploding
- PHP var_dump() Function
- PHP Sending mails using mail() function
- PHP rand() function
- PHP is_link( ) Function
- PHP expm1() Function
- PHP rmdir( ) Function
- PHP vprintf() function
- PHP is_float() Function
- PHP chr() Fucntion
- PHP popen( ) Function
- php chdir() Function
- PHP rename( ) Function
- PHP settype() Function
- PHP function_exists() Function
- PHP jewishtojd() Function
- PHP frenchtojd() Function
- PHP jdtounix( ) Function
- PHP unixtojd() Function
- PHP jdtofrench() Function
- PHP easter_days() Function
- PHP easter_date() Function
- PHP gregoriantojd() Function
- PHP jdtogregorian() Function
- PHP jdmonthname() Function
- PHP jddayofweek() Function
- PHP rewind( ) Function
- PHP unlink() function
- PHP touch( ) function
- PHP symlink( ) function
- PHP stat( ) function
- PHP ctype_punct() Function
- PHP call_user_func() Function
- PHP create_function() Function
- PHP is_numeric() Function
- PHP number_format() Function
- PHP strip_tags() Function
- PHP php_strip_whitespace() Function
- PHP rewinddir() Function
- PHP IntlChar::isalpha() Function
- PHP IntlChar::isbase() Function
- PHP IntlChar::isalnum () Function
- PHP IntlChar::isprint() Function
- PHP IntlChar::iscntrl() Function
- PHP IntlChar::isxdigit() Function
- PHP IntlChar::isspace() Function
- PHP IntlChar::ispunct() Function
- PHP IntlChar::isUUppercase() Function
- PHP IntlChar::charName() Function
- PHP IntlChar::charAge() Function
- PHP IntlChar::isUWhiteSpace() Function
- PHP IntlChar::isIDIgnorable() Function
- PHP IntlChar::isISOControl() Function
- PHP IntlChar::isULowercase() Function
- PHP IntlChar::isIDPart() Function
- PHP IntlChar::ord() Function
- PHP IntlChar::isJavaIDStart() Function
- PHP IntlChar::isJavaSpaceChar() Function
- PHP IntlChar::chr() Function
- PHP IntlChar::forDigit() Function
- PHP IntlChar::totitle() Function
- PHP IntlChar::isJavaIDPart() Function
- PHP IntlChar::isIDStart() Function
- PHP IntlChar::isUAlphabetic() Function
- PHP IntlChar::isWhitespace() Function
- PHP IntlChar::charDigitValue() Function
- PHP IntlChar::isupper() Function
- PHP IntlChar::islower() Function
- PHP IntlChar::isblank() Function
- PHP IntlChar isMirrored() Function
- PHP IntlChar isgraph() Function
- PHP IntlChar toupper() Function
- PHP IntlChar tolower() Function
- PHP IntlChar charDirection() Function
- PHP IntlChar charType() Function
- PHP IntlChar isdefined() Function
- PHP IntlChar digit() function
- PHP IntlChar getBlockCode() Function
- PHP IntlChar getBidiPairedBracket() Function
- PHP IntlChar getFC_NFKC_Closure() Function
- PHP IntlChar getUnicodeVersion() Function
- PHP IntlChar getCombiningClass() Function
- PHP timezone_version_get() Function
- PHP timezone_open() Function
- PHP timezone_offset_get() Function
- PHP timezone_name_get() Function
- PHP timezone_name_from_abbr() Function
- PHP timezone_location_get() Function
- PHP timezone_identifiers_list() Function
- PHP timezone_abbreviations_list() Function
- PHP timezone_transitions_get() Function
- PHP date_default_timezone_get() Function
- PHP date_default_timezone_set() Function
- PHP date_timezone_set() Function
- PHP date_timezone_get() Function
- PHP date_timestamp_get() Function
- PHP date_timestamp_set() Function
- PHP date_time_set() Function
- PHP strptime() Function
- PHP gettimeofday() Function
- PHP geoip_db_avail() Function
- PHP disk_total_space( ) Function
- PHP var_export() Function
- PHP nl2br() Function
- PHP unset() Function
- PHP boolval() Function
- PHP bccomp() Function
- PHP bcmod() Function
- PHP bcdiv() Function
- PHP bcmul() Function
- PHP bcpow() Function
- PHP bcpowmod() Function
- PHP bcscale() Function
- PHP bcadd() Function
- PHP bcsub() Function
- PHP bcsqrt() Function
- PHP md5(), sha1(), hash() Functions
- PHP crypt(), password_hash() Functions
- PHP gmp_legendre() Function
- PHP gmp_div_qr() Function
- PHP gmp_rootrem() Function
- PHP gmp_div_r() Function
- PHP gmp_jacobi() Function
- PHP gmp_strval() Function
- PHP gmp_random_range() Function
- PHP gmp_hamdist() Function
- PHP gmp_mod() Function
- PHP gmp_prob_prime() Function
- PHP gmp_divexact() Function
- PHP gmp_intval() Function
- PHP gmp_and() Function
- PHP gmp_scan1() Function
- PHP gmp_div_q() Function
- PHP gmp_scan0() Function
- PHP gmp_sub() Function
- PHP gmp_perfect_square() Function
- PHP gmp_com() Function
- PHP gmp_cmp() Function
- PHP gmp_pow() Function
- PHP gmp_popcount() Function
- PHP gmp_invert() for inverse modulo
- PHP gmp_sqrt() Function
- PHP gmp_sqrtrem() Function
- PHP gmp_xor() Function
- PHP gmp_or() Function
- PHP gmp_testbit() Function
- PHP gmp_powm() Function
- PHP gmp_sign() Function
- PHP gmp_fact() for large factorials
- PHP gmp_nextprime() Function
- PHP gmp_root() Function
- PHP gmp_abs() Function
- PHP gmp_add() for adding large numbers
- PHP gmp_gcd() Function
- PHP gmp_import() Function
- PHP intval() Function
- PHP include_once() and require_once()
- PHP juliantojd() Function
- PHP jdtojulian() Function
- PHP cal_to_jd() Function
- PHP floatval() Function
- PHP doubleval() Function
- PHP zip_close( ) Function
- PHP zip_entry_compressedsize() Function
- PHP zip_entry_close() Function
- PHP zip_entry_compressionmethod() Function
- PHP zip_read() Function
- PHP zip_open() Function
- PHP zip_entry_open() Function
- PHP zip_entry_read() Function
- PHP imagefilledellipse() Function
- PHP imagefilledrectangle() Function
- PHP imagedashedline() Function
- PHP imagefill() Function
- PHP getimagesize() Function
- PHP imagecolorat() function
- PHP imagesy() Function
- PHP imagesx() Function
- PHP imagecreate() Function
- PHP imagepolygon() Function
- PHP imageflip() Function
- PHP imagecolorclosestalpha() Function
- PHP imagecolorclosesthwb() Function
- PHP imagecolorexact() Function
- PHP imagecolorallocate() Function
- PHP imagecolorallocatealpha() Function
- PHP imagecolorclosest() Function
- PHP imagearc() Function
- PHP imagechar() Function
- PHP imagecharup() Function
- PHP imagecopymerge() Function
- PHP imagecopy() Function
- PHP imagecopymergegray() Function
- PHP imagecolorresolvealpha() Function
- PHP imagecolorsforindex() Function
- PHP imagecolorset() Function
- PHP imagecolorstotal() Function
- PHP imagecolorresolve() Function
- PHP imagecolortransparent() Function
- PHP imagecolormatch() Function
- PHP imageconvolution() Function
- PHP imagecreatetruecolor() Function
- PHP imagecrop() Function
- PHP imagegif() Function
- PHP imagestringup() Function
- PHP imagesettile() Function
- PHP imagealphablending() Function
- PHP imagerectangle() Function
- PHP imagelayereffect() Function
- PHP imagefilledarc() Function
- PHP rawurlencode() function
- PHP rawurldecode() function
- PHP preg_split() Function
- PHP collator_asort() Function
- PHP collator_compare() Function
- PHP gd_info() Function
- Difference between bindParam and bindValue in PHP
- PHP SplFileInfo getFileInfo() Function
- PHP stream_get_wrappers() Function
- PHP stream_get_meta_data() Function
- PHP stream_get_filters() Function
- PHP stream_get_transports() Function
- PHP stream_is_local() Function
- What is the difference between is_a() function and instanceof in PHP?
- Anonymous recursive function in PHP
- htmlentities() vs htmlspecialchars() Function in php
- PHP collator_sort_with_sort_keys() Function
- PHP mime_content_type() function
- PHP urlencode() Function
- PHP urldecode() Function
- PHP preg_replace() Function
- PHP preg_filter() Function
Imagick
- PHP Imagick adaptiveThresholdImage() Function
- PHP Imagick addNoiseImage() Function
- PHP Imagick adaptiveSharpenImage() Function
- PHP Imagick adaptiveBlurImage() Function
- PHP Imagick adaptiveResizeImage() Function
- PHP Imagick addImage() Function
- PHP Imagick borderImage() Function
- PHP Imagick annotateImage() Function
- PHP Imagick appendImages() Function
- PHP Imagick autoLevelImage() Function
- PHP Imagick equalizeImage() Function
- PHP Imagick enhanceImage() Function
- PHP Imagick embossImage() Function
- PHP Imagick edgeImage() Function
- PHP Imagick oilPaintImage() Function
- PHP Imagick newPseudoImage() Function
- PHP Imagick negateImage() Function
- PHP Imagick newImage() Function
- PHP Imagick normalizeImage() Function
- PHP Imagick posterizeImage() Function
- PHP Imagick orderedPosterizeImage() Function
- PHP Imagick sharpenImage() Function
- PHP Imagick::shaveImage() Function
- PHP Imagick motionBlurImage() Function
- PHP Imagick shearImage() function
- PHP Imagick thresholdImage() Function
- PHP Imagick statisticImage() Function
- PHP Imagick blackThresholdImage() Function
- PHP Imagick whiteThresholdImage Function
- PHP Imagick textureImage() Function
- PHP Imagick solarizeImage() Function
- PHP Imagick spliceImage() Function
- PHP Imagick waveImage() Function
- PHP Imagick spreadImage() Function
- PHP Imagick trimImage() Function
- PHP Imagick sketchImage() Function
- PHP Imagick unsharpMaskImage() Function
- PHP Imagick getImageHeight() Function
- PHP Imagick transformImage() Function
- PHP Imagick uniqueImageColors() Function
- PHP Imagick thumbnailImage() Function
- PHP Imagick blurImage() function
- PHP Imagick transformImageColorspace() Function
- PHP Imagick getImageWidth() Function
- PHP Imagick brightnessContrastImage() Function
- PHP Imagick charcoalImage() Function
- PHP Imagick minifyImage() Function
- PHP Imagick magnifyImage() Function
- PHP Imagick getCopyright() Function
- PHP Imagick getImageGamma() Function
- PHP Imagick getImageColorspace() Function
- PHP Imagick getImageColors() Function
- PHP getimagesizefromstring() Function
- PHP Imagick shadeImage() Function
- PHP Imagick flipImage() Function
- PHP Imagick rotateImage() Function
- PHP Imagick getImageTicksPerSecond() Function
- PHP imagetruecolortopalette() Function
- PHP Imagick getImageSignature() Function
- PHP Imagick getVersion() Function
- PHP Imagick getQuantumDepth() Function
- PHP Imagick getImageScene() Function
- PHP Imagick getImageChannelRange() Function
- PHP Imagick getImageBluePrimary() Function
- PHP Imagick flopImage() Function
- PHP Imagick setImageMatte() Function
- PHP Imagick getImageRenderingIntent() Function
- PHP Imagick getImageMatte() Function
- PHP Imagick getImageMimeType() Function
- PHP Imagick setImageChannelDepth() Function
- PHP Imagick setImageRenderingIntent() Function
- PHP Imagick setImageDispose() Function
- PHP Imagick getImageChannelDepth() Function
- PHP Imagick setImageOpacity() Function
- PHP Imagick getQuantumRange() Function
- PHP Imagick getPackageName() Function
- PHP Imagick getInterlaceScheme() Function
- PHP imagesetthickness() Function
- PHP Imagick transverseImage() Function
- PHP Imagick transposeImage() Function
- PHP Imagick vignetteImage() Function
- PHP Imagick convolveImage() Function
- PHP Imagick despeckleImage() Function
- PHP Imagick gammaImage() Function
- PHP Imagick flattenImages() Function
- PHP Imagick distortImage() Function
- PHP Imagick chopImage() Function
- PHP ImagickDraw point() Function
- PHP ImagickDraw line() Function
- PHP ImagickDraw polygon() Function
- PHP ImagickDraw rectangle() Function
- PHP ImagickDraw roundRectangle() Function
- PHP ImagickDraw circle() Function
- PHP ImagickDraw bezier() Function
- PHP ImagickDraw arc() Function
- PHP Imagick extentImage() Function
- PHP ImagickDraw skewX() Function
- PHP Imagick queryFonts() Function
- PHP ImagickDraw translate() Function
- PHP ImagickDraw setStrokeOpacity() Function
- PHP ImagickDraw setStrokeWidth() Function
- PHP Imagick modulateImage() Function
- PHP Imagick rotationalBlurImage() Function
- PHP ImagickDraw setFillOpacity() Function
- PHP ImagickDraw setFontFamily() Function
- PHP ImagickDraw setFontSize() Function
- PHP ImagickDraw setFontWeight() Function
- PHP ImagickDraw setFont() Function
- PHP ImagickDraw setGravity() Function
- PHP ImagickDraw setFontStyle() Function
- PHP ImagickDraw setFillColor() Function
- PHP ImagickDraw setStrokeMiterLimit() Function
- PHP Imagick radialBlurImage() Function
- PHP Imagick recolorImage() Function
- PHP ImagickDraw skewY() Function
- PHP Imagick raiseImage() Function
- PHP Imagick identifyImage() Function
- PHP Imagick randomThresholdImage() Function
- PHP ImagickDraw setViewbox() Function
- PHP Imagick reduceNoiseImage() Function
- PHP ImagickDraw setTextDecoration() Function
- PHP Imagick rollImage() Function
- PHP ImagickDraw setStrokeLineJoin() Function
- PHP ImagickDraw setTextUnderColor() Function
- PHP ImagickDraw scale() Function
- PHP Imagick haldClutImage() Function
- PHP ImagickDraw rotate() Function
- PHP ImagickDraw setStrokeColor() Function
- PHP Imagick morphImages() Function
- PHP ImagickDraw setStrokeAlpha() Function
- PHP Imagick readImageBlob() Function
- PHP ImagickDraw setTextAlignment() Function
- PHP Imagick resampleImage() Function
- PHP imagick getImageDispose() Function
- PHP Imagick getImageLength() Function
- PHP Imagick getImageResolution() Function
- PHP Imagick setImageResolution() Function
- PHP Imagick getImageWhitePoint() Function
- PHP Imagick blueShiftImage() Function
- PHP Imagick getImageUnits() Function
- PHP Imagick setImageUnits() Function
- PHP Imagick getImagePage() Function
- PHP Imagick setImageDepth() Function
- PHP Imagick displayImage() Function
- PHP Imagick getImageDepth() Function
- PHP Imagick getImageGeometry() Function
- PHP Imagick getImageFormat() Function
- PHP Imagick commentImage() Function
- PHP Imagick cropImage() Function
Spreadsheet
- PHP Spreadsheet_Excel_Writer Introduction
- PHP Spreadsheet_Excel_Writer addFormat() Function
- PHP Spreadsheet_Excel_Writer Close() Function
- PHP Spreadsheet_Excel_Writer addWorksheet() Function
- PHP Spreadsheet_Excel_Writer setFontFamily() Function
- PHP Spreadsheet_Excel_Writer setScript() Function
- PHP Spreadsheet_Excel_Writer setShadow() Function
- PHP Spreadsheet_Excel_Writer setOutLine() Function
- PHP Spreadsheet_Excel_Writer setStrikeOut() Function
- PHP Spreadsheet_Excel_Writer setTextWrap() Function
- PHP Spreadsheet_Excel_Writer setItalic() Function
- PHP Spreadsheet_Excel_Writer setUnderline() Function
- PHP Spreadsheet_Excel_Writer setColor() Function
- PHP Spreadsheet_Excel_Writer setBold() Function
- PHP Spreadsheet_Excel_Writer setBgColor() Function
File Handling
- PHP is_readable( ) Function
- PHP is_writable() Function
- PHP readfile( ) Function
- PHP fgetss( ) Function
- PHP tmpfile( ) Function
- PHP fgets( ) Function
- PHP fileperms( ) Function
- PHP filemtime( ) Function
- PHP fileatime( ) Function
- PHP filectime( ) Function
- PHP file_exists( ) Function
- PHP file_put_contents() Function
- PHP fgetc( ) Function
- PHP fflush( ) Function
- PHP filesize( ) Function
- PHP filetype( ) Function
- PHP feof( ) Function
- PHP fclose( ) Function
- PHP file_get_contents() Function
- PHP realpath( ) Function
- PHP dirname( ) Function
- PHP copy( ) Function
- PHP chgrp( ) Function
- PHP chown( ) Function
- PHP basename( ) Function
- PHP chmod( ) Function
- PHP SplFileInfo getRealPath() Function
- PHP SplFileInfo getType() Function
- PHP SplFileInfo isDir() Function
- PHP SplFileInfo isWritable() Function
- PHP SplFileInfo getSize( ) Function
- PHP SplFileInfo isLink() Function
- PHP SplFileInfo openFile() Function
- PHP SplFileInfo isExecutable() Function
- PHP SplFileInfo isReadable() Function
- PHP SplFileInfo getPerms() Function
- PHP SplFileInfo getInode() Function
- PHP SplFileInfo getBasename() Function
- PHP SplFileInfo getOwner() Function
- PHP SplFileInfo::getPathInfo() Function
- PHP SplFileInfo getATime() Function
- PHP SplFileInfo getExtension() Function
- PHP SplFileInfo getFilename() Function
- PHP SplFileInfo getGroup() Function
- PHP SplFileInfo getMTime() Function
- PHP SplFileInfo getCTime() Function
- PHP SplFileInfo getPathname() Function
- PHP SplFileInfo getPath() Function
Input-Output
Input
Programs
- PHP Program to move (key,value) pair upwards or downwards
- PHP program to find the maximum and the minimum in array
- PHP Program to delete an element from array using unset() function
- PHP Remove duplicate elements from Array
- PHP Sort array of strings in natural and standard orders
- Program to find the number of days between two dates in PHP
- How to calculate the difference between two dates in PHP?
- Convert an object to associative array in PHP
- Generating OTP (One time Password) in PHP
- Program to Insert new item in array on any position in PHP
- Split a comma delimited string into an array in PHP
- How to generate a random, unique, alphanumeric string in PHP
- Program to generate random string in PHP
- PHP Print the last value of an array without affecting the pointer
- PHP program to find the Standard Deviation of an array
- PHP program to change date format
- PHP programs for printing pyramid patterns
- PHP Program to check a string is a rotation of another string
- Program to remove empty array elements in PHP
- How to check an array is associative or sequential in PHP?
- Get the full URL in PHP
- How to remove non-alphanumeric characters in PHP?
- How to check whether an array is empty using PHP?
- Difference between isset() and array_key_exists() Function in PHP
- How to run JavaScript from PHP?
- How to display HTML tags as plain text using PHP
- PHP program to fetch data from localhost server database using XAMPP
- How to convert array to SimpleXML in PHP
- How to read if a checkbox is checked in PHP?
- How to call PHP function from string stored in a Variable
- How to get multiple selected values of select box in php?
- How to make a redirect in PHP?
- How to convert an image to base64 encoding in PHP?
Misc
- LAMP installation and important PHP configurations on Ubuntu
- PHP MySQL Database Introduction
- PHP mysqli_num_rows() Function
- PHP Uploading File
- PHP Send Attachment With Email
- PHP Determining Client IP Address
- PHP 5 vs PHP 7
- PHP vs. Node.js
- PHP Pagination Set 1
- PHP Pagination Set 2
- PHP Pagination Set 3
- HTTP GET and POST Methods in PHP
- PHP Program to count Page Views
- PHP Cookies
- Binary Search in PHP
- PHP Basics of File Handling
- LDAP and LDAP Injection/Prevention
- PHP FPDF-PDF Generator