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
    • Linux
    • Apache
    • Docker
  • 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

  • Installing PHP (7.0, 7.3 to 7.4) in Ubuntu server via PPA
  • How to delete the user in Linux Ubuntu ?
  • How to give read/write permission to a folder in linux to a user?
  • How to add new user accounts in Linux along with ssh access ?
  • How to Un-Compress or Extract and Compress tar Files in Linux?
  • 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
Copyright @: Tikam Shah by Tikam Shah.