Hey

what would the syntax look like if I was receiving an array from flash. Assume
that it is inside a class with a proper contructor

class receiveRemoting{
    function receiveRemoting{
      //ALL THE CONFIG STUFF
    }

    function receiveArrayFromFlash($arrayFromFlash){
     //THIS IS WHERE I NEED HELP
    }
}

I am not sure that whould got inside receiveArrayFromFlash() so I cound
manipulate the array values.

You can assume that they all will be strings integer ordered 

TIA

R>



-------------------------------------------------

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to