Google Driveへのアップロード
https://www.artistics.co.jp/blog/2020/03/1492/
PHP で Google Drive を活用
https://qiita.com/mikakane/items/c41f6f90885077defaf4
APIの発行、フォルダ内のファイルを取得、ファイルのダウンロード、作成、コピーなど
— posted by midilin @ 07:14PM
| Comment (0)
ID:1631528085
— posted by midilin @ 07:14PM
| Comment (0)
ID:1486392908
— posted by midilin @ 11:55PM
| Comment (0)
ID:1477630869
— posted by midilin @ 02:01PM
| Comment (0)
ID:1459396713
— posted by midilin @ 12:58PM
| Comment (0)
ID:1459152034
$url = 'http://www.yahoo.co.jp'; $http_header = get_headers($url); //var_dump($http_header); for($i=0;$i<count($http_header);$i++){ //echo $http_header[$i].'<br>'; //echo strpos($http_header[$i], 'Location').'<br>'; if(strpos($http_header[$i], 'Location')!==false){ $url = str_replace('Location:','',$http_header[$i]); echo $url.'<br>'; } }
— posted by midilin @ 05:00PM
| Comment (0)
ID:1363153073
— posted by midilin @ 02:37PM
| Comment (0)
ID:1363072299
$id = isset($_GET['id']) ? htmlspecialchars($_GET['id']) : null;http://www.serendip.ws/archives/3217
— posted by midilin @ 04:11PM
| Comment (0)
ID:1320993280
— posted by midilin @ 03:34PM
| Comment (0)
ID:1319606577
— posted by midilin @ 02:22PM
| Comment (0)
ID:1315220200
— posted by midilin @ 07:56PM
| Comment (0)
最近のコメント