api_functions.php
        
    Table of Contents
    
    Functions
    
            - 
    api_log_call()
    
                                 : mixed    
 
            - 
    api_is_superuser_key()
    
                                 : mixed    
 
            - 
    api_check_key()
    
                                 : mixed    
 
            - 
    api_sidebar()
    
                                 : mixed    
 
            - 
    api_output()
    
                                 : mixed    
 
            - 
    api_header()
    
                                 : mixed    
 
            - 
    api_error()
    
                                 : mixed    
 
            - 
    api_output_php()
    
                                 : mixed    
 
            - 
    api_output_rabx()
    
                                 : mixed    
 
            - 
    api_output_xml()
    
                                 : mixed    
 
            - 
    api_output_js()
    
                                 : mixed    
 
            - 
    api_call_user_func_or_error()
    
                                 : mixed    
 
            - 
    cond_parse_http_date()
    
                                 : mixed    
 
    
        
            
        
                    
    
        api_log_call()
        
    
    
    
    
    
                    api_log_call(mixed $key) : mixed
    
        Parameters
    
                    - 
                $key
                : mixed
                            
 
            - 
                
            
 
            
    
    
                    
    
        api_is_superuser_key()
        
    
    
    
    
    
                    api_is_superuser_key(mixed $key) : mixed
    
        Parameters
    
                    - 
                $key
                : mixed
                            
 
            - 
                
            
 
            
    
    
                    
    
        api_check_key()
        
    
    
    
    
    
                    api_check_key(mixed $key) : mixed
    
        Parameters
    
                    - 
                $key
                : mixed
                            
 
            - 
                
            
 
            
    
    
                    
    
    
    
    
    
                    api_sidebar(mixed $subscription) : mixed
    
        Parameters
    
                    - 
                $subscription
                : mixed
                            
 
            - 
                
            
 
            
    
    
                    
    
        api_output()
        
    
    
    
    
    
                    api_output(mixed $arr[, mixed $last_mod = null ]) : mixed
    
        Parameters
    
                    - 
                $arr
                : mixed
                            
 
            - 
                
            
 
                    - 
                $last_mod
                : mixed
                 = null            
 
            - 
                
            
 
            
    
    
                    
    
    
    
    
    
                    api_header(mixed $o[, mixed $last_mod = null ]) : mixed
    
        Parameters
    
                    - 
                $o
                : mixed
                            
 
            - 
                
            
 
                    - 
                $last_mod
                : mixed
                 = null            
 
            - 
                
            
 
            
    
    
                    
    
        api_error()
        
    
    
    
    
    
                    api_error(mixed $e) : mixed
    
        Parameters
    
                    - 
                $e
                : mixed
                            
 
            - 
                
            
 
            
    
    
                    
    
        api_output_php()
        
    
    
    
    
    
                    api_output_php(mixed $arr) : mixed
    
        Parameters
    
                    - 
                $arr
                : mixed
                            
 
            - 
                
            
 
            
    
    
                    
    
        api_output_rabx()
        
    
    
    
    
    
                    api_output_rabx(mixed $arr) : mixed
    
        Parameters
    
                    - 
                $arr
                : mixed
                            
 
            - 
                
            
 
            
    
    
                    
    
        api_output_xml()
        
    
    
    
    
    
                    api_output_xml(mixed $v) : mixed
    
        Parameters
    
                    - 
                $v
                : mixed
                            
 
            - 
                
            
 
            
    
    
                    
    
        api_output_js()
        
    
    
    
    
    
                    api_output_js(mixed $v[, mixed $level = 0 ]) : mixed
    
        Parameters
    
                    - 
                $v
                : mixed
                            
 
            - 
                
            
 
                    - 
                $level
                : mixed
                 = 0            
 
            - 
                
            
 
            
    
    
                    
    
        api_call_user_func_or_error()
        
    
    
    
    
    
                    api_call_user_func_or_error(mixed $function, mixed $params, mixed $error, mixed $type) : mixed
    
        Parameters
    
                    - 
                $function
                : mixed
                            
 
            - 
                
            
 
                    - 
                $params
                : mixed
                            
 
            - 
                
            
 
                    - 
                $error
                : mixed
                            
 
            - 
                
            
 
                    - 
                $type
                : mixed
                            
 
            - 
                
            
 
            
    
    
                    
    
        cond_parse_http_date()
        
    
    
    
    
    
                    cond_parse_http_date(mixed $date) : mixed
    
        Parameters
    
                    - 
                $date
                : mixed
                            
 
            -