Date: 04/26/01
- Next message: Damien Seguy: "Re: [PHP-DOC] Fw: PHP Manual note (Why php-general <email protected> asdefault e-mail adderss?)"
- Previous message: Hojtsy Gabor: "Re: [PHP-DOC] Fw: PHP Manual note (Why php-general <email protected> asdefault e-mail adderss?)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Damien Seguy: "Re: [PHP-DOC] Fw: PHP Manual note (Why php-general <email protected> asdefault e-mail adderss?)"
- Previous message: Hojtsy Gabor: "Re: [PHP-DOC] Fw: PHP Manual note (Why php-general <email protected> asdefault e-mail adderss?)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

