orgelman / functions
Functions is filed will good-to-have functions
Installs: 47
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/orgelman/functions
Requires
- cbschuld/browser.php: @dev
- greenlion/php-sql-parser: @dev
This package is not auto-updated.
Last update: 2020-01-10 16:06:17 UTC
README
Code Example
<?php
$debug = new orgelmanDebug("",__DIR__."/logs/");
$debug->set(true);
$debug->log("DEBUG FUNCTION DONE");
$_Orgelman = new orgelmanFunctions();
echo $_Orgelman->toAscii("Hello World");
?>
Installation
Composer
{
"require": {
"orgelman/functions": "dev-master"
}
}
Version
<major>.<minor>.<patch>