j
k
j a
j l
Dear list,
When declaring variables in a function declaration, those variables aren't added to the symbol list...
For example:
<?php function addVariable($bVar) { //do stuff } ?>
$bVar should be added to the list, but isn't.
Cheers!
-H-
Back to the thread
Back to the list