示例#1
0
function createRandomString()
{
    $test = new TestClass();
    $test->FooBar();
    return "42";
}