PHP Tutorials
The term PHP is an acronym for PHP: Hypertext Preprocessor. PHP is a server-side scripting language designed specifically for web development. PHP can be easily embedded in HTML files and HTML codes can also be written in a PHP file. The thing that differentiates PHP with client-side language like HTML is, PHP codes are executed on server whereas HTML codes are directly rendered on the browser.
Topics :
Basics:
- Introduction
- Setting up development environment
- Coding Standards
- Basic Syntax
- Echo and Print
- Variables
- Data-Types
- Superglobals
- Constants
- Defining Constants
- Decision Making
- Loops
- Functions
- Arrays
- PHP | Types of Errors
- PHP | cURL
- PHP | Namespace
- Strings
- PHP | Objects
- PHP | Classes
- Serializing Data
- Exception Handling in PHP
- Error handling in PHP
- What is the use of the @ symbol in PHP?
- Check if a number is Perfect number
- Check if a number is prime
- Check if a number is Even or Odd
- Fibonacci Series
- Factorial of a Number
- Sum of digits of a number
- Fibonacci Series
- PHP program to print an arithmetic progression series using inbuilt functions
- Separate odd and even elements from array without using loop
- ‘AND’ vs ‘&&’ as operator in PHP
- Operators
- How do the PHP equality (== double equals) and identity (=== triple equals) comparison operators differ?
- 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
- What is the difference between public, private, and protected in PHP?
Array:
- php | end()
- php | prev()
- php | current()
- php | reset()
- php | key()
- php | range()
- php | max()
- php | count()
- php | array_chunk()
- php | usort()
- php | pos()
- php | min()
- php | array_slice()
- php | sizeof()
- php | array_values()
- php | uasort()
- php | array_replace()
- php | array_fill_keys()
- php | shuffle()
- php | array_unique()
- php | compact()
- php | extract()
- php | list()
- php | sort()
- php | rsort()
- php | uksort()
- php | each()
- php | is_array()
- php | in_array()
- php | next()
- php | array_flip()
- php | array_product()
- php | array_intersect_assoc()
- php | array_filter()
- php | pathinfo( )
- php | array_udiff_assoc()
- php | array_diff_uassoc()
- php | array_intersect_uassoc()
- php | array_uintersect_assoc()
- php | $_FILES
- php | each()
- php | ArrayObjects::_construct()
- PHP | array_uintersect_uassoc() Function
- PHP | arsort() Function
- PHP | ksort() Function
- PHP | krsort() Function
- PHP | asort() Function
- PHP | array() Function
- php | array_merge_recursive()
- php | array_product()
- php | array_multisort()
- php | array_walk()
- php | array_walk_recursive()
- php | array_replace_recursive()
- php | array_intersect()
- php | array_keys()
- php | array_pad()
- php | array_count_values()
- php | array_combine()
- php | array_diff()
- php | array_fill()
- php | array_diff_keys()
- php | array_diff_assoc()
- php | array_sum()
- php | array_splice()
- php | array_intersect_key()
- php | array_unshift()
- php | array_push()
- php | array_rand()
- php | array_pop()
- php | array_reduce()
- php | array_reverse()
- php | array_shift()
- php | array_search()
- php | array_key_exists()
- php | array_search()
- php | array_intersect_ ukey()
- php | array_uintersect()
- php | array_udiff()
- php | array_diff_ukey()
- Sorting Arrays in PHP 5
- Sort an array of dates
- PHP | Find Intersection of two arrays
- Merging two or more arrays using array_merge()
- Change strings in an array to uppercase
- 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:
- String Functions
- php | natcasesort()
- php | natsort()
- php | strtoupper()
- php | str_split()
- php | str_repeat()
- php | str_replace()
- PHP | str_shuffle()
- php | strcmp()
- php | ctype_alnum()
- php | ctype_digit()
- php | ctype_xdigit()
- php | strtr()
- php | strtok()
- php | soundex()
- php | strtolower()
- php | strcasecmp()
- php | strncasecmp()
- php | strrchr
- php | strstr()
- php | str_rot13()
- php | strcoll()
- php | strcspn()
- php | strspn()
- php | stristr()
- php | strpbrk()
- php | strtr()
- php | strrev()
- php | strchr()
- php | str_ireplace()
- php | substr()
- php | substr_count()
- php | substr_replace()
- php | substr_compare()
- php | convert_uuencode()
- php | strpos() and stripos()
- php | strrpos() and strripos()
- PHP | highlight_string() function
- PHP | iconv() Function
- PHP | strncmp() Function
- php | str_pad()
- How to get the last n characters of a PHP string?
- php | ctype_space()
- php | ctype_upper()
- php | ctype_print()
- php | strval()
- php | trim()
- php | crc32()
- php | ucfirst()
- php | ucwords()
- php | lcfirst()
- php | strlen()
- php | quotemeta()
- php | ltrim()
- php | rtrim()
- php | str_word_count()
- php | strnatcasecmp()
- php | strnatcmp()
- php | addcslashes()
- php | addslashes()
- php | stripslashes()
- php | bin2hex()
- php | similar_text()
- php | ord()
- php | chunk_split()
- php | wordwrap()
- php | chop()
- php | simplexml_load_string()
- PHP | imagestring() Function
- php | levenshtein()
- Palindrome Check
- Reverse a String
- check substring in a string
- Concatenation of two strings in PHP
- Different characters in the given string
- Check if all characters are lower case
- Find the length of the last word in string
- Change strings in an array to uppercase
- 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()
- php | octdec()
- php | deoct()
- php | decbin()
- php | bindec()
- php | dechex()
- php | hexdec()
- php | hex2bin()
- php | pow()
- php | base_convert()
- PHP | base64_encode() Function
- PHP | base64_decode() Function
- php | ceil()
- php | abs()
- php | sine()
- php | cos()
- php | tan()
- php | pi()
- php | hypot()
- php | gmp_rootrem()
- php | sqrt()
- php | deg2rad()
- php | rad2deg()
- php | cosh()
- php | sinh()
- php | asin()
- php | acos()
- php | atan()
- php | acosh()
- php | atanh()
- php | atan2()
- php | fmod()
- php | asinh()
- php | exp()
- php | intdiv()
- php | log() and log10()
- php | is_finite(), is_infinite(), is_nan()
- 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()
- php | parse_str()
- php | filter_var()
- php | srand()
- php | lstat( )
- php | fnmatch( )
- php | link( )
- php | mkdir( )
- php | is_dir( )
- php | pclose( )
- php | vsprintf()
- PHP | ctype_cntrl() Function
- PHP | metaphone() Function
- php | date_modify()
- php | is_bool()
- php | is_a()
- php | print_r()
- php | time()
- php | strtotime()
- php | checkdate()
- 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()and add_date()
- PHP | date_parse_from_format() Function
- php | cal_days_in_month()
- php | cal_days_in_month( )
- php | cal_info( )
- php | include() and require()
- php | implode() and explode()
- php | var_dump()
- php | mail()
- php | rand()
- php | is_link( )
- php | expm1()
- php | rmdir( )
- php | vprintf()
- php | is_float()
- php | chr()
- php | popen( )
- php | chdir()
- php | rename( )
- php | settype()
- php | function_exists()
- php | jewishtojd()
- php | frenchtojd()
- php | jdtounix( )
- php | unixtojd()
- php | jdtofrench()
- php | easter_days()
- php | easter_date()
- php | gregoriantojd()
- php | jdtogregorian()
- php | jdmonthname()
- php | jddayofweek()
- php | rewind( )
- php | unlink()
- php | touch( )
- php | symlink( )
- php | stat( )
- 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::charMirror() 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( )
- php | var_export()
- php | nl2br()
- php | unset()
- php | boolval()
- php | bccomp()
- php | bcmod()
- php | bcdiv()
- php | bcmul()
- php | bcpow()
- php | bcpowmod()
- php | bcscale()
- php | bcadd()
- php | bcsub()
- php | bcsqrt()
- php | md5(), sha1(), hash()
- php | crypt()& password_hash()
- php | gmp_legendre()
- php | gmp_div_qr()
- php | gmp_rootrem()
- php | gmp_div_r()
- php | gmp_jacobi()
- php | gmp_strval()
- php | gmp_random_range()
- php | gmp_hamdist()
- php | gmp_mod()
- php | gmp_prob_prime()
- php | gmp_divexact()
- php | gmp_intval()
- php | gmp_and()
- php | gmp_scan1()
- php | gmp_div_q()
- php | gmp_scan0()
- php | gmp_sub()
- php | gmp_perfect_square()
- php | gmp_com()
- php | gmp_cmp()
- php | gmp_pow()
- php | gmp_popcount()
- php | gmp_invert()
- php | gmp_sqrt()
- php | gmp_sqrtrem()
- php | gmp_xor()
- php | gmp_or()
- php | gmp_testbit()
- php | gmp_powm()
- php | gmp_sign()
- php | gmp_fact()
- php | gmp_nextprime()
- php | gmp_root()
- php | gmp_abs()
- php | gmp_add()
- php | gmp_gcd()
- PHP | gmp_import() Function
- PHP | intval() Function
- php | include_once() and require_once()
- PHP | juliantojd() Function
- PHP | jdtojulian() Function
- PHP | cal_from_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
- PHP | is_a() vs instanceof
- 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
- Imagick getImageSignature() Function
- PHP | Imagick getVersion() Function
- PHP | Imagick getQuantumDepth() Function
- PHP | Imagick getImageScene() Function
- PHP | Imagick getImageChannelRange() Function
- 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 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
- PHP | Spreadsheet_Excel_Writer | setBgColor() Function
File Handling :
- php | is_readable( )
- php | is_writable()
- php | readfile( )
- php | fgetss( )
- php | tmpfile( )
- php | fgets( )
- php | fileperms( )
- php | filemtime( )
- php | fileatime( )
- php | filectime( )
- php | file_exists( )
- php | file_put_contents()
- php | fgetc( )
- php | fflush( )
- php | filesize( )
- php | filetype( )
- php | feof( )
- php | fclose( )
- php | file_get_contents()
- php | realpath( )
- php | dirname( )
- php | copy( )
- php | chgrp( )
- php | chown( )
- php | basename( )
- php | chmod( )
- 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
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:
- MySQL Database Introduction
- MySQL ( Creating Database )
- MySQL ( Creating Table )
- MySQL Select Query
- MySQL UPDATE Query
- MySQL Delete Query
- Inserting into MySQL database
- MySQL LIMIT Clause
- MySQL WHERE Clause
- MySQL ORDER BY Clause
- PHP | mysqli_num_rows() Function
- php | Uploading File
- PHP | Send Attachment With Email
- 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
- Program to count Page Views
- Cookies
- Binary Search in PHP
- Basics of File Handling
- LDAP and LDAP Injection/Prevention
- PHP | FPDF-PDF Generator
Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above.