|
|
Menu |
|
|
Home |
| |
|
Discussions |
| |
|
Tools |
| |
|
Affiliates |
| |
|
Content |
| |
|
Info |
| | |
|
|
|
|
|
User Info |
|
Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9144
People Online:
Visitors: 54
Members: 0
Total: 54
|
|
|
|
|
|
Full disclosure |
|
|
|
|
|
|
IT Security and Insecurity Portal |
|
|
array :D |
|
Posted: Tue Jul 19, 2005 4:31 pm |
|
|
logan |
Beginner |
|
|
Joined: Jul 10, 2005 |
Posts: 2 |
|
|
|
|
|
|
|
is there a way to pull info for an array?
without knowing the array name... |
|
|
|
|
|
Re: array :D |
|
Posted: Tue Jul 19, 2005 8:33 pm |
|
|
waraxe |
Site admin |
|
|
Joined: May 11, 2004 |
Posts: 2407 |
Location: Estonia, Tartu |
|
|
|
|
|
|
logan wrote: | is there a way to pull info for an array?
without knowing the array name... |
If this array is in global scope, then try this:
Code: |
<?php
var_dump($GLOBALS);
?>
|
|
|
|
|
|
www.waraxe.us Forum Index -> Php
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
All times are GMT
Page 1 of 1
|
|
|
Powered by phpBB © 2001-2008 phpBB Group
|
|
|
|
|
|
|