Friday, September 13, 2019

Sorting Arrays In PHP !!

Sorting Arrays In PHP !!
Sorting Arrays In PHP !! In this article we discuss about different methods of sorting arrays in brief. PHP Sorting Functions PHP array elements can be sorted alphabetical, numeric order, in descending or ascending order. Functions sort() rsort() asort() ksort() arsort() krsort() Sort() Sort()...

Control Statements Program In PHP!!

Control Statements Program In PHP!!
Control Statements Program In PHP!! In this article we will discuss about program of all control statements in PHP. Control statements : Switch Statement Break While loop Do - while loop For loop If - else Continue Switch Statement Program : Output...