PHP.Core.ExternalStream.Stat C# (CSharp) Method

Stat() public method

Returns the status array for the stram.
public Stat ( ) : PHP.Core.StatStruct
return PHP.Core.StatStruct
		public override StatStruct Stat()
		{
			return proxy.Stat();
		}