Parameters
    $name - The Item name.
    $indent - The indent count.
    
    Returns
    
    
      The Item Begin XML string.
    
    
    Syntax
    
    
      
        
          | PHP | 
          
            | 
              public static function ItemBegin(string $name, int $indent) : string
             | 
          
        
      
     
    
    
      Creates the Item begin string.
    
    
    
      Copyright © Lester J. Clark and Contributors.
      Licensed under the MIT License.