Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~148 People Reached
Favorite Forums
Favorite Tags
php x 1
Member Avatar for rrajgor

<?php function fun1($a,$b) { echo $b; } @fun1(123); //want to store 123 in $b without changing position of any argument...... ?>

Member Avatar for veledrom
0
148