PHP |
---|
public static function DeserializeString(string $xmlString) : LJCSections |
PHP |
---|
$webCommonPath = "c:/inetpub/wwwroot/LJCPHPCommon"; require_once "$webCommonPath/LJCGenTextSectionLib.php"; $sections = LJCSections::DeserializeString($xmlstring); |