Skip to content

sachsy/PHP-Snippets

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PHP-Snippets

This is our collection of PHP-Snippets, they are incredibly easy to use.

You can either include just the ones you want like normal or you can include "include_functions.php" and it will include the rest for you.

Lets look at an example.

We have the following string.

$my_string = "Kakadua means Cockatoo in Swedish";

We want to check if the string contains the word Cockatoo by using our function string_contain($string, $substring)

All scripts have PHPDoc written for apigen http://www.apigen.org/

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%