Justtechjobs.com Find a programming school near you






Online Campus Both


php3-list | 2000051

Re: [PHP3] '@' with oracle 8i function From: Richard Lynch (richard <email protected>)
Date: 05/12/00

In article <007e01bfbc21$bb9351c0$d211ebc2 <email protected>>, pajoye <email protected>
("Pierre-Alain Joye") wrote:

> hello,
>
> I dont have any oracle server to test it, so...
>
> Does the "@" run too for ORA_ functions ? (like  <email protected>()) ?

Yes.

@ is built-in to PHP.

You could probably even write:

@$foo = this should be a parse error;

Well, that may be a bit excessive, but you get the idea.

-- 
PHP 3 Mailing List <http://www.php.net/>
To unsubscribe, send an empty message to php3-unsubscribe <email protected>
To subscribe to the digest, e-mail: php3-digest-subscribe <email protected>
To search the mailing list archive, go to: http://www.php.net/mailsearch.php3
To contact the list administrators, e-mail: php-list-admin <email protected>