File Manager

Path: /opt/cloudlinux/alt-php55/root/usr/share/doc/pear/Base/docs/repos/Me/

Viewing File: myclass2.php

<?php
class erMyClass2
{
    function toString()
    {
      echo "Class 'erMyClass2'\n";
    }
}
?>