Wrox Programmer Forums
Go Back   Wrox Programmer Forums > PHP/MySQL > BOOK: Beginning PHP 5.3
|
BOOK: Beginning PHP 5.3
This is the forum to discuss the Wrox book Beginning PHP 5.3 by Matt Doyle; ISBN: 978-0-470-41396-8
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning PHP 5.3 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 22nd, 2011, 12:23 AM
Authorized User
 
Join Date: Jun 2011
Posts: 51
Thanks: 9
Thanked 0 Times in 0 Posts
Send a message via MSN to nawar youssef
Default is there different between sort() / rsort() and asort() / arsort()??

is there different between sort() / rsort() and asort() / arsort()?
I did not find any different between using both of them with the arrays, those example on page 122 and 123?
I tried both of the ways and I got the same : this is what I got :

Array ( [0] => Array ( [name] => nawar [l-name] => youssef [age] => 25 ) [1] => Array ( [name] => jiana [l-name] => youssef [age] => 27 ) [2] => Array ( [name] => george [l-name] => youssef [age] => 21 ) )
Array ( [0] => Array ( [name] => george [l-name] => youssef [age] => 21 ) [1] => Array ( [name] => jiana [l-name] => youssef [age] => 27 ) [2] => Array ( [name] => nawar [l-name] => youssef [age] => 25 ) )

is there any problem with that, maybe I am missing something?
thanks





Similar Threads
Thread Thread Starter Forum Replies Last Post
Sort in a particular way JohnBampton XSLT 1 May 14th, 2009 03:33 AM
Dynamic sort order or sort datatype kapy_kal XSLT 2 September 18th, 2007 02:10 PM
how to sort cross tab.sort based on row total joxa83 Crystal Reports 7 March 2nd, 2006 09:12 AM
Sort @* sheila XSLT 2 July 17th, 2005 04:01 PM
Unable to sort using xsl sort command sly_jimmy_boy XSLT 3 June 17th, 2005 05:15 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.