uawdijnntqw1x1x1
IP : 216.73.216.10
Hostname : xhost1.intravision.ru
Kernel : Linux xhost1.intravision.ru 3.16.0-7-amd64 #1 SMP Debian 3.16.59-1 (2018-10-03) x86_64
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
OS : Linux
PATH:
/
var
/
.
/
.
/
.
/
backup
/
external_www
/
new02.medcomp.ru
/
bitrix
/
modules
/
support
/
classes
/
general
/
tools.php
/
/
<? class CSupportTools { static $speedArray = array(); static function PrepareParamArray($param, $res = array()) { if(is_string($param) && strlen($param) > 0) { $res = explode(",", $param); foreach( $res as $k => $v ) $res[$k] = trim($v); } elseif(is_array($param) && count($param) > 0) $res = $param; elseif(is_int($param)) $res = array($param); return $res; } // $more0 = "strlen || count || intval" static function array_keys_exists($key, $arr, $more0 = "", $andOr = "&&") { $arrKeys = self::prepareParamArray($key); $arrMore0 = self::prepareParamArray($more0); $res = true; foreach($arrKeys as $k => $v) { $resC = (is_array($arr) && array_key_exists($v, $arr) && (!in_array("strlen", $arrMore0) || strlen($arr[$v]) > 0) && (!in_array("count", $arrMore0) || ( is_array($arr[$v]) && count($arr[$v] ) > 0)) && (!in_array("intval", $arrMore0) || intval($arr[$v]) > 0) ); if($andOr == "||") $res = ($res || $resC); elseif(!$resC) return false; } return $res; } } ?>
/var/./././backup/external_www/new02.medcomp.ru/bitrix/modules/support/classes/general/tools.php