5月 25, 2021 - laravel, php开发    php获取视频时长已关闭评论

php获取视频时长

1:下载安装包:
composer require james-heinrich/getid3
2:封装方法:
注意:是在Laravel6.x的框架下开发的
if (!function_exists('getVideoSecondsByUrlOrLocalPath')) {
    /**
     * getVideoSecondsByUrlOrLocalPath 根据文件url或本地路径获取视频时长
     *
     * @date     2021-05-25 10:48
     *
     * @param $url_or_local_[......]

Read more

4月 4, 2021 - php开发, 开发笔记    Guzzle client 获取错误码已关闭评论

Guzzle client 获取错误码

如何获取Guzzle client的错误码,比如403,看下面的示例

try {

    $url = 'https://www.youtube.com/channel/'.'UCwprv8E-H9d_djdg6T26nkw2';

    $client = new Client();

    $res = $client->request('GET', $url, [

   [……]

Read more

页面:«1...16171819202122...42»