PhpStreamWrapper
    
            
            in package
            
        
    
    
    
FinalYes
StreamWrapper for php protocol
This class is used for mocking php://stdin.
See https://www.php.net/manual/en/class.streamwrapper.php
Table of Contents
Properties
Methods
- register() : void
- restore() : void
- setContent() : void
- stream_eof() : bool
- stream_open() : bool
- stream_read() : string
- stream_stat() : array{}
Properties
$context
        public
            resource|null
    $context
    
    
    
    
    
    
$content
        private
        static    string
    $content
     = ''
    
    
    
    
    
$position
        private
            int
    $position
     = 0
    
    
    
    
    
Methods
register()
    public
            static        register() : void
    restore()
    public
            static        restore() : void
    setContent()
    public
            static        setContent(string $content) : void
    Parameters
- $content : string
stream_eof()
    public
                    stream_eof() : bool
    Return values
boolstream_open()
    public
                    stream_open() : bool
    Return values
boolstream_read()
    public
                    stream_read(int $count) : string
    Parameters
- $count : int
Return values
stringstream_stat()
    public
                    stream_stat() : array{}