PHP_Compat
[ class tree: PHP_Compat ] [ index: PHP_Compat ] [ all elements ]
Packages:
PHP_Compat


Classes:
PHP_Compat
Files:
array_change_key_case.php
array_chunk.php
array_combine.php
array_diff_assoc.php
array_diff_key.php
array_diff_uassoc.php
array_diff_ukey.php
array_intersect_assoc.php
array_intersect_key.php
array_intersect_uassoc.php
array_intersect_ukey.php
array_key_exists.php
array_search.php
array_udiff.php
array_udiff_assoc.php
array_udiff_uassoc.php
array_uintersect.php
array_uintersect_assoc.php
array_uintersect_uassoc.php
array_walk_recursive.php
call_user_func_array.php
clone.php
Compat.php
Components.php
constant.php
convert_uudecode.php
convert_uuencode.php
debug_print_backtrace.php
DIRECTORY_SEPARATOR.php
E_STRICT.php
FILE.php
file_get_contents.php
file_put_contents.php
floatval.php
fprintf.php
get_headers.php
get_include_path.php
html_entity_decode.php
http_build_query.php
ibase_timefmt.php
image_type_to_mime_type.php
ini_get_all.php
is_a.php
md5_file.php
mhash.php
ob_clean.php
ob_flush.php
ob_get_clean.php
ob_get_flush.php
PATH_SEPARATOR.php
pg_affected_rows.php
pg_escape_bytea.php
pg_unescape_bytea.php
PHP_EOL.php
php_strip_whitespace.php
restore_include_path.php
scandir.php
set_include_path.php
STD.php
stripos.php
strpbrk.php
strripos.php
str_ireplace.php
str_rot13.php
str_shuffle.php
str_split.php
str_word_count.php
substr_compare.php
T.php
UPLOAD_ERR.php
var_export.php
version_compare.php
vprintf.php
vsprintf.php

Class: PHP_Compat

Source Location: /PHP_Compat-1.4.0/Compat.php

Class Overview


Provides missing functionality in the form of constants and functions for older versions of PHP


Author(s):

Version:

  • $Revision: 1.19 $

Methods


Inherited Variables

Inherited Methods


Class Details

[line 34]
Provides missing functionality in the form of constants and functions for older versions of PHP

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

  • Author: Aidan Lister <aidan@php.net>
  • Version: $Revision: 1.19 $


[ Top ]


Method Detail

loadConstant [line 72]

bool|array loadConstant( string|array $constant)

Load a constant, or array of constants
  • Return: TRUE if loaded, FALSE if not

Parameters:

string|array $constant — The constant or constants to load

[ Top ]

loadFunction [line 42]

bool|array loadFunction( string|array $function)

Load a function, or array of functions
  • Return: TRUE if loaded, FALSE if not

Parameters:

string|array $function — The function or functions to load

[ Top ]

loadVersion [line 100]

array loadVersion( [string $version = null])

Load components for a PHP version
  • Return: An associative array of component names loaded

Parameters:

string $version — PHP Version to load

[ Top ]


Documentation generated on 2019年3月11日 14:20:35 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.

AltStyle によって変換されたページ (->オリジナル) /