Skip to content

Tikam Shah

As Developer

  • Home
  • PHP MYSQL
    • Variables & Superglobals
    • Functions
    • Loops in php
    • Arrays
    • Php Strings
    • Php Date & time
    • Php Mail
    • Errors & Configurations
    • Regular Expressions
    • Session & Cookies
    • htaccess
    • Php Mysql
  • Mysql
  • Linux
    • Apache
  • OOPS PHP

Category: Arrays

What is arrays sort functions and its type in php ?

March 22, 2018Tikam ShahLeave a Comment on What is arrays sort functions and its type in php ?

PHP consists of the several of the built-in function for arrays shorting . The few are listed below : sort() –     The sort() function is used for sorting  the…

Read More

How to extract arrays with list() in php ?

March 19, 2018Tikam ShahLeave a Comment on How to extract arrays with list() in php ?

The list() function is used to assign the values to the list of variables in single operation. Note: The list() function works only on numerical arrays.Syntax :list(var1,var2…) Example for list function…

Read More

What is multidimensional arrays in php ?

February 28, 2018Tikam ShahLeave a Comment on What is multidimensional arrays in php ?

Multi Dimensional arrays and its manipulation : – In general the arrays can be defined as the  collection of similar type of values in a single variable . The arrays…

Read More

Arrays and its types in php ?

February 16, 2018Tikam ShahLeave a Comment on Arrays and its types in php ?

Array is the data structure that stores single of more types of data in single a single value or single variables . It is declared as        var…

Read More




Recent Updates

  • How to copy the files to the remote server using SSH
  • How to export and Import mysql database using command line.
  • Docker Basic Commands
  • Secure Apache with Let’s Encrypt on Ubuntu 18.04
  • Git Commands
  • Steps to Enable Apache Mod_Rewrite (.htaccess) on Ubuntu VPS or Dedicated Server
  • How To Install the Apache Web Server on Ubuntu 18.04
  • How to Create Virtual Hosts in Linux Apache ?
  • How to Calculate Date and Time Difference using date_diff in PHP ?
  • Mktime function in php ?
Copyright @: Tikam Shah by Tikam Shah.