BlobStreamWrapperFactory
    
            
    
            
            implements
                            StreamWrapperFactoryInterface                    
    
    
        
        
    Table of Contents
    
    
        Interfaces
        
    
    
                    - StreamWrapperFactoryInterface
    Methods
    
            - 
    createStreamWrapper()
    
                                 : StreamWrapperInterface|null    
- 
    statUrl()
    
                                 : mixed    
        createStreamWrapper()
        
    
    
    
    
    public
                    createStreamWrapper(string $url, string $mode, int $options) : StreamWrapperInterface|null
    
        
    
    
        Parameters
    
                    - 
                $url
                : string
                            
- 
                
            
- 
                $mode
                : string
                            
- 
                
            
- 
                $options
                : int
                            
- 
                
            
Return values
        StreamWrapperInterface|null
            
                    
    
        statUrl()
        
    
    
    
    
    public
                    statUrl(string $url, int $flags) : mixed
    
        
    
    
        Parameters
    
                    - 
                $url
                : string
                            
- 
                
            
- 
                $flags
                : int
                            
-