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