apidoc
[ class tree: apidoc ] [ index: apidoc ] [ all elements ]

Class: PHP_Compat

Source Location: /PHP_Compat-0.1/Compat.php

Class Overview


Provides a set of functions replacing missing functionality in older versions of PHP


Author(s):

Version:

  • 0.1

Methods


Inherited Variables

Inherited Methods


Class Details

[line 34]
Provides a set of functions replacing missing functionality in older versions of PHP

This class should be called statically

Optionally, you may simply include the file. e.g. require_once 'PHP/Compat/Function/scandir.php';



[ Top ]


Method Detail

loadConstant   [line 70]

void loadConstant( string|array $constant)

Load constant[s]

Parameters:

string|array   $constant   —  The constant[s] to load.

[ Top ]

loadFunction   [line 43]

void loadFunction( string|array $function)

Load function[s]

Parameters:

string|array   $function   —  The function[s] to load.

[ Top ]


Documentation generated on Mon, 11 Mar 2019 10:16:41 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.