Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 501 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 501 Bytes

domain

Functions for internet domains

https://github.com/php-func/domain

domain.phpfunc.com

https://domain.phpfunc.com

clean_url.php clean_url_multiline.php get_domain_by_url.php

load_func([
            'https://domain.phpfunc.com/get_domain_by_url.php',
            'https://domain.phpfunc.com/clean_url.php',
            'https://domain.phpfunc.com/clean_url_multiline.php',
            'https://domain.phpfunc.com/response_status.php',

        ], function () {


        }
);