Forum Moderators: coopster
What does this function do in the a great aspect?
$phpfile = new classfile($dif_values);
And is there any place I can get any dokumentation on php.net about this? I have searched for 2 hours by now.
Best regards Tecwizz
new creates a new instance of a PHP class or object. It's all explained here:
[php.net...]