filmov
tv
PHP string functions basics - 01.7

Показать описание
The big advantage of php is that it has over a 1000 in built functions that are ready for php coders to use. These are common tasks that are encapsulated in sub programs called functions. These functions sometimes take inputs called 'arguments'. This tutorial goes through the basic syntax by example using three seperate functions, strlen, str_shuffle and str_replace.