LDAPUtil
class LDAPUtil (View source)
Class LDAPUtil
Provides some commonly used functions for LDAP and SAML.
Methods
                    public                                                            static                 
                
                    bool
                
                                
                    validGuid(string $guid)
        
                                            
                
            Checks if the string is a valid guid in the format of A98C5A1E-A742-4808-96FA-6F409E799937
                    public                                                            static                 
                
                    string
                
                                
                    little_endian(string $hex)
        
                                            
                
            Converts a little-endian hex-number to one, that 'hexdec' can convert
Details
        
                static            bool
    validGuid(string $guid)
        
    
    Checks if the string is a valid guid in the format of A98C5A1E-A742-4808-96FA-6F409E799937
        
                static            string
    bin_to_str_guid(string $object_guid)
        
    
    No description
        
                static            string
    str_to_hex_guid(string $str_guid, bool $escape = false)
        
    
    No description
        
                static            string
    bin_to_str_sid(string $binsid)
        
    
    No description
        
                static            string
    little_endian(string $hex)
        
    
    Converts a little-endian hex-number to one, that 'hexdec' can convert