Pchp.Core.PhpResource.ToString C# (CSharp) Méthode

ToString() public méthode

Returns a string that represents the current PhpResource.
public ToString ( ) : string
Résultat string
        public override string ToString() => PhpTypeName + " id #" + _resourceId;