TILPHP count() Sample Code and Explanation April 03, 20239 Views0 Comment Jared Chu The count() function is used to count the number of elements in an array or the number of properties in …
TILPHP str-replace() Sample Code and Explanation April 01, 20239 Views0 Comment Jared Chu The str_replace() function is a built-in function in PHP that replaces all occurrences of a search string with a replacement …
TILCreating a RESTful API with PHP & FastRoute March 17, 202318 Views0 Comment Jared Chu RESTful APIs are a popular way to expose data and functionality to external applications. In this tutorial, we will learn …
Recent Comments