This is a question for the php-dev people too.
What are the other hidden features not documented
like this?


----- Original Message ----- 
From: "Hojtsy Gabor" <[EMAIL PROTECTED]>
To: "PHP-DOC lista" <[EMAIL PROTECTED]>
Sent: Thursday, April 26, 2001 7:29 PM
Subject: [PHP-DOC] cfunction?


> Hi!
> 
> One interesting question dropped in on the hungarian php
> mailing list. There is an example file bundled with PHP:
> 
> /php-4.0.4pl1/tests/classes/class_example.phpt
> 
> The piece of code:
> 
> ============================================================
> /* pretty nifty object oriented code! */
> 
> class user {
>   var $first_name,$family_name,$address,$phone_num;
>   cfunction display()
>   {
>     echo "User information\n";
>     echo "----------------\n\n";
> 
> ============================================================
> 
> But what is cfunction???? It is not documented...
> 
> Goba
> ........................................................... . . .  .  .
> Editor of the Hungarian PHP manual, Admin of the Hungarian PHP mirror
> 
> 
> 


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to