Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/local/src/php7/php-7.0.5/scripts/dev/generate-phpt/src/ |
Current File : //usr/local/src/php7/php-7.0.5/scripts/dev/generate-phpt/src/gtText.php |
<?php /** * Get a text message * */ class gtText { /** * Get the text message and return it * * @param string $name * @return string */ public static function get($name) { $filename = dirname(__FILE__) . '/texts/' . $name . '.txt'; if (!file_exists($filename)) { throw new LogicException('The text ' . $name . ' does not exist'); } return file_get_contents($filename); } } ?>
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare