Exemplo n.º 1
0
<?php

require_once getenv("DOCUMENT_ROOT") . "/lib/config.php";
require_once "ArrayString.php";
$arr = array(3, 5, 8, 7, -5, 9);
$string = "Hello man";
MyArray::length($arr);
MyString::length($string);