PHP Libraries
PHP has a large set of libraries.
The most useful libraries for COMP2041:
- Array: join, sort, slice, filter, in_array, ...
- String: trim, substr, strstr, split, strtolower, ...
- Files: fopen, feof, fgets, readfile, is_readable, ...
- Vars: is_integer, intval, isset, gettype, ...
|