PHP Classes

File: config/utils.php

Recommend this page to a friend!
  Classes of Ahmad Mustapha   PHP Download URL Content   config/utils.php   Download  
File: config/utils.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Download URL Content
Automate download of files from different sites
Author: By
Last change:
Date: 3 years ago
Size: 274 bytes
 

Contents

Class file image Download
<?php

return [
   
'url' => [
       
'news' => [
           
'bbchausa' => 'https://bbc.com/hausa',
           
'dwhausa' => 'https://m.dw.com/ha/',
           
'voahausa' => 'https://www.voahausa.com/',
           
'rfihausa' => 'http://www.rfi.fr/ha/'
       
]
    ]
];