All Media Collections
Pages
Home
Movies
Trailers
Hollywood
Bollywood
Kollywood
Sports
News
Latest News
Top News
Top Headlines
Technology
Cricket
Thursday, September 4, 2008
PHP array shift
<?php
$stack = array("ajax", "php", "javascript", "mysql");
$fruit = array_shift($stack);
print_r($stack); // first value of the array off
?>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment