Welcome Guest, Not a member yet? Register   Sign In
i want to send a variable from method X to method Y
#1

[eluser]MrAmine[/eluser]
hi evryone
i want to send a variable from method X to method Y
how can i do
#2

[eluser]InsiteFX[/eluser]
Code:
X
$a = $b;

call Y($a);

or

call Y(&$a);

InsiteFX




Theme © iAndrew 2016 - Forum software by © MyBB