Thanks for this clarification!
atu
- Original Message -
From: "Curt Zirzow" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, August 30, 2003 6:10 PM
Subject: Re: [PHP] allow_call_time_pass_reference?
> * Thus wrote Armand Turpel ([E
* Thus wrote Armand Turpel ([EMAIL PROTECTED]):
> Why allow_call_time_pass_reference is deprecated? I mean it should be the
> choice of the programmer to make use of pass by reference or not.
>
> Example:
>
> $this_string = $is_really_big // lets say 500 kb
>
> function ($this_string){} // He
Hi,
Why allow_call_time_pass_reference is deprecated? I mean it should be the
choice of the programmer to make use of pass by reference or not.
Example:
$this_string = $is_really_big // lets say 500 kb
function ($this_string){} // Here the function takes a copy of $this_string
(500 kb) -> in
someone got a documentation for this ?
andreas
4 matches
Mail list logo