This is a discussion on RE: [PHP] preventing output dump of passthru() within the PHP General forums, part of the PHP Programming Forums category; Curt Zirzow <mailto:curt@zirzow.dyndns.org> on Tuesday, August 05, 2003 7:18 PM said: > thats ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Curt Zirzow <mailto:curt@zirzow.dyndns.org>
on Tuesday, August 05, 2003 7:18 PM said: > thats the backtick operator. > http://php.net/manual/en/language.op....execution.php OOOOOhhhhhhhhh... I SEE! Now I get it! So /that's/ what a backtick is huh? I always ignored that link in the php manual because I thought it had something to do with monitoring the length in time of a process (isn't that also called "tick" or something?). I didn't know that the ` was a "backtick" so it never crossed my mind to look for that word. Thanks for clearing this up. chris. |
|
|||
|
* Thus wrote Chris W. Parker (cparker@swatgear.com):
> Curt Zirzow <mailto:curt@zirzow.dyndns.org> > on Tuesday, August 05, 2003 7:18 PM said: > > > thats the backtick operator. > > http://php.net/manual/en/language.op....execution.php > > OOOOOhhhhhhhhh... I SEE! Now I get it! > > So /that's/ what a backtick is huh? I always ignored that link in the > php manual because I thought it had something to do with monitoring the > length in time of a process (isn't that also called "tick" or > something?). yeah a 'tick' is every execution statment that zend sees. Totally unrelated. http://php.net/declare http://php.net/register-tick-function Curt -- "I used to think I was indecisive, but now I'm not so sure." |