PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Alexey Starikov   PHP Helper Class   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: PHP Helper Class
Call helper functions that are loaded dynamically
Author: By
Last change: Add Example
Date: 5 years ago
Size: 1,200 bytes
 

Contents

Class file image Download

php-Helper

(PHP 5 >= 5.3.0, PHP 7)

Read this in other languages: English.

??????????? ????? ? ?????????????? ?????????? ???????

??? ?????? ?????? H::funcName ???????????, ???? ?? ??????? ? ?????????? helper ???? ??????? ??????? ?? ??? ???????????, ???? ?? ??? ???, ?? ???????? ????????? ???? ?? ????????? ??? ?????????? ????????? ????? ??????????? ? ?????????? helper ? ???????????.

????? ????????? ?????? ??????? ?????? ? ???????? H:: $remouteUrl

??????(Example)

include 'H.php';
var_dump(H::bc('((($1+$2)*$3)-2)>=6',2,2,2));
var_dump(H::dirList('./')); 

?????????(result):

string(1) "1"
array(8) {
  [".gitignore"]=>
  string(10) ".gitignore"
  ["example.php"]=>
  string(11) "example.php"
  ["H.php"]=>
  string(5) "H.php"
  ["helper"]=>
  string(6) "helper"
  ["README.en.md"]=>
  string(12) "README.en.md"
  ["README.md"]=>
  string(9) "README.md"
}