| DIR: /proc/thread-self/root/opt/alt/php55/usr/share/doc/pear/Base/docs/repos/Me/ |
| Current File : //proc/thread-self/root/opt/alt/php55/usr/share/doc/pear/Base/docs/repos/Me/myclass2.php |
<?php
class erMyClass2
{
function toString()
{
echo "Class 'erMyClass2'\n";
}
}
?> |