Searched refs:arg1 (Results 1 – 2 of 2) sorted by relevance
3990 * @param array $arg1 Will ba passed as third and futher args to callback.4497 …* @param string|DOMNode|DOMNodeList|array $arg1 HTML markup, CSS Selector, DOMNode or array of …4503 public static function pq($arg1, $context = null) { argument4504 if ($arg1 instanceof DOMNODE && ! isset($context)) {4506 $compare = $arg1 instanceof DOMDocument4507 ? $arg1 : $arg1->ownerDocument;4533 if ($arg1 instanceof phpQueryObject) {4539 if ($arg1->getDocumentID() == $domId)4540 return $arg1;4541 $class = get_class($arg1);[all …]
706 * @param int $arg1710 private function _stream_set_option($option, $arg1, $arg2) argument