Is this hack publicly available? And if so, what's the link to it, because I can't find it here.
The hack that I am talking about, is the one being used here with the
[ php ] tags, where it links the functions to pages on PHP.net
Example:
PHP Code:
<?php
$test = testing
if (strlen($test) < 8)
{
print $test . " is " . strlen($test) . " characters.<br>";
}
?>
And
strlen is linked to it's respective page at PHP.net
So anyone able to show me where I can find this, or is it not publicly available?