phpQuery-single icon indicating copy to clipboard operation
phpQuery-single copied to clipboard

phpQuery onefile composer,phpQuery单文件版本,是Querylist的依赖(http://querylist.cc )

Results 4 phpQuery-single issues
Sort by recently updated
recently updated
newest added

Hi, I just figured out that if running under PHP 8.1 your code isn't runnable yet: `Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in...

there might be a head tag with attributes

` $webUrl = 'https://www.mm131.net/'; require 'inc/phpQuery.php'; require 'inc/QueryList.php'; use QL\QueryList; //拼装列表页(内含菜单名、菜单ID、页码):https://www.mm131.net/xinggan/list_6_7.html function listUrl($catName,$catId,$page=1){ global $webUrl; $url = $webUrl.$catName.'/'; if($page > 1){ $url = $url . 'list_'.$catId.'_'.$page.'.html'; } return $url; }...

querylist4 里没发关闭调试 tp5会报很多error