Jump to content
You currently have javascript disabled. Several functions may not work. Please re-enable javascript to access full functionality.
fabioricotta hasn't added any friends yet.
28/08/2005, 22:17
Veja:<pre><?php $array = range(1, 100); // Retirando o valor 68 unset($array[67]); print_r($array); ?>Leitura:http://www.php.net/rangehttp://www.php.net/unset[]'s
Veja:
<pre><?php $array = range(1, 100); // Retirando o valor 68 unset($array[67]); print_r($array); ?>