Array
Loop an associative array and print items
Get minimum value in the array
Get maximum value in the array
Sort array in descending order
Sort associative array based on key in ascending order
Sort associative array based on key in descending order
Sort associative array based on value in ascending order
Class
Database
Manipulate PostgreSQL (Connect/Create Table/Insert/Select/Drop/Transaction)
Manipulate SQLite (Connect/Create Table/Insert/Select/Drop/Transaction)
File systems
Write to file and read whole content of file at one time
Write to file and read content of file line by line
Create and delete directories recursively
Create, change permission and remove directory
Network
Number
String
Trim white spaces of string at head and tail
Make characters lower and replace specified character
Change upper characters into lower characters
Capitalize first character of all words
Check whether the string contains the specified string by regex
Print all matched parts by regex
Convert string into hashed string using sha256
System
Test
Time
Variable