| PHP |
|---|
| public static function WriteFile(string $text, string $fileSpec) |
| PHP |
|---|
include_once "LJCRoot.php"; $prefix = RelativePrefix(); include_once "$prefix/LJCPHPCommon/LJCTextLib.php"; $text = "This is some text."; LJCWriter::WriteFile($text, "Output.txt"); |