Quote:
Originally Posted by abdul-rehman
@wrecked_ : Can you give me a description about what this function performs.:
PHP Code:
set_string( 1, name, get_param( 2 ) )
|
That sets the first native parameter (the string you pass when calling the function) to 'name'. It then uses the len you provide as the second native parameter.
set_string( destparam, string[], len )
__________________