Skip to content

martinille/PHP-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The library of various PHP functions, classes, frameworks, ...

PHP functions:

Name Description PHP versions
isLocalhost() Returns true if the PHP script is running on localhost (either through Apache server or CLI), otherwise returns false. 5.6+ 7.0+
file_get_contents_ssl($url) Extension of function file_get_contents(). It supports:
- HTTP/S requests,
- GET/POST request types,
- HTTP authentication,
- cookies.
5.6+ 7.0+
remoteFileExists($url) Checks if a remote file exists. 5.6+ 7.0+
convertAccentedCharacters($string) Converts accented characters to ASCII. 5.6+ 7.0+

About

The various functions, classes, frameworks, etc. that I use.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages