Source for file hello_world.php
Documentation is available at hello_world.php
require_once 'Text/Figlet.php';
$figlet = new Text_Figlet ();
$error = $figlet->LoadFont ('slant.flf');
if (PEAR ::isError ($error)) {
echo 'Error: ' . $error->getMessage () . "\n";
echo $figlet->LineEcho ('Hello, world!') . "\n";
Documentation generated on Mon, 11 Mar 2019 14:56:26 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|