PHP Classes

File: src/legacy.php

Recommend this page to a friend!
  Classes of Owen Hester   urp   src/legacy.php   Download  
File: src/legacy.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: urp
Display the values of variables in HTML pages
Author: By
Last change:
Date: 3 years ago
Size: 362 bytes
 

Contents

Class file image Download
<?php
namespace {

    if (!
function_exists('pq')) {
        function
pq()
        {
           
call_user_func_array(['radsectors\urp', 'pq'], func_get_args());
        }
    }

    if (!
function_exists('pqd')) {
        function
pqd()
        {
           
call_user_func_array(['radsectors\urp', 'pqd'], func_get_args());
            die();
        }
    }
}