ZEBRA_IMAGE_BOXED
ZEBRA_IMAGE_BOXED
| LinHUniX |
| mcpAutoload | Created by PhpStorm. |
| mcpOutput | User: LinHUniX Andrea Morello Date: 1/12/2019 Time: 9:22 PM. |
| mcpRunHttp |
lnxCacheCtl(string $name, integer $expire = 3600, array $alt_sequence, array $alt_scopein) : array
lnxCacheCtl create a cache version of the specific bloc.
| string | $name | name of the cache object |
| integer | $expire | expire time |
| array | $alt_sequence | altenative sequence use to run code |
| array | $alt_scopein | alternative input use to run code |
lnxMcpExtLoad(string $file, string $path = '', string $ext = null, array $scopeIn = array(), boolean $convert = true, boolean $runphp = false) : boolean
linhunix External file load and converter.
| string | $file | |
| string | $path | if is need |
| string | $ext | with out the '.' |
| array | $scopeIn | array in |
| boolean | $convert | if need to convert or only load |
| boolean | $runphp | if need to execute php or only exclude |
lnxmcpRamDb(string $table, string $mode, string $action, array $scopeIn = array()) : array
Run Nsql Ram Module
| string | $table | The name of the table if need |
| string | $mode | The mode level |
| string | $action | Name of the event |
| array | $scopeIn | Input Array with the value need to work |
$ScopeOut
lnxmcpUpload(array $scopein) : array
lnxmcpUpload function.
| array | $scopein | -required category (for upload file ) -required fileconvert: --[rand] --[basename] --[filetype] --[field] --[category] --- all scopein field -required [allowlist] ext in the list is allowred -required [allowfields] |
result
lnxStdMail(string $to, string $subject, string $message, string $additional_headers = null, string $additional_parameters = null, string $from = null, array $attachDoc = array(), string $template = null)
lnxStdMail function.
| string | $to | |
| string | $subject | |
| string | $message | |
| string | $additional_headers | |
| string | $additional_parameters | |
| string | $from | |
| array | $attachDoc | |
| string | $template |