Tencent PHP framework pure version 1.1 (with wonderful cases)
Release: 2016-07-25 09:06:40
Original
1073 people have browsed it
The data of Tencent PHP framework pure version 1.1 (with wonderful cases) comes from
56 net
Video open platform
Online example: (get the video on the homepage of 56.com every day)
Homepage video demo
Online Example: (Get ad-free HD videos)
Ad-free HD video demo
- $data = self::get_links("http://www.56.com");
- $file = "./cache/_data/".date("Ymd").'people.php' ;
- $keys = "./cache/_data/".date("Ymd").'key.php';
- $vids = "./cache/_data/".date("Ymd").'vid. php';
- if(!file_exists($file)){
- $_data_all = " file_put_contents( $file, $_data_all, LOCK_EX);
- }
-
- if($data){
- $keys_array = array_keys($data);
- if(!file_exists($keys)){
- $_data_key = " file_put_contents($keys, $_data_key, LOCK_EX);
- }
- }
- $keys_array = include $keys;
- if ($keys_array){
- foreach($keys_array as $k=>$v){
- $vid = self::getUrlId($v);
- if($vid){
- if(strlen($vid) < 6 or strlen($vid) >8){
- unset($vid);
- }else{
- $rs[] = $vid;
- }
- }
- }
- }
Copy code
|
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Articles by Author
-
2024-10-22 09:46:29
-
2024-10-13 13:53:41
-
2024-10-12 12:15:51
-
2024-10-11 22:47:31
-
2024-10-11 19:36:51
-
2024-10-11 15:50:41
-
2024-10-11 15:07:41
-
2024-10-11 14:21:21
-
2024-10-11 12:59:11
-
2024-10-11 12:17:31