hi,

functions should be in lowercase everywhere. When you have a function call,
the Zend engine will automatically lowercase it, then check if it exists in
its table of functions. If your function is uppercased, that won't work.
There is no problem with underscores. It is better to name functions like
"xxx_xxx" anyway.

Fab.

----- Original Message -----
From: "Ron Lange" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, July 12, 2002 6:16 PM
Subject: [PHP-DEV] Re: functions of ext not available


> I am really tired. I just changed the function names into the xxx_xxx
form,
> and it is going fine. Why doesn't anybody told me that xxxXXX naming isn't
> "very useful"???
> Good night
> Ron
>
>
> --
> PHP Development Mailing List <http://www.php.net/>
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to