Author name: Tutor Network Team

PHP JSON Functions

PHP JSON Functions

JSON stands for JavaScript Object Notation. You will find the PHP JSON functions on this page. There is no installation required for these functions. These functions are available within the PHP core language. Since PHP 7, the JSON parser is much improved and licensed under PHP. Function Description json_decode() Decode JSON string json_encode() Encode value …

PHP JSON Functions Read More »

PHP Directory Functions

PHP Directory Functions

PHP directory functions allows interaction with the system directories/folders. They are used to dealing with both folders and the folder’s content. No installation is required for using the directory functions. They are part of the core language. chdir() Modify the current directory chroot() Modify the root directory closedir() Close a directory handle dir() Get an …

PHP Directory Functions Read More »

PHP Array Functions

PHP Arrays Functions

Here you will find all the useful PHP arrays functions. Both, single and multi-dimensional arrays are supported. No installation or third-party package is required to use these array functions. Function Name Description array() Creates a new array array_change_key_case() To convert all keys of the array to uppercase or lowercase. array_chunk() Splits an array into chunks …

PHP Arrays Functions Read More »

Keywords in PHP

Keywords in PHP

On this page, you will find the Keywords used in PHP for various functions. You cannot use these keywords to name the variables, functions, methods, and classes. These keywords perform predefined operations. Keyword Description abstract Declare a class as abstract and A logical operator as Used in the foreach loop break Break out of loops …

Keywords in PHP Read More »

Namespaces in PHP

Namespaces in PHP

What are namespaces in PHP? Namespaces in PHP are also described as qualifiers that provide two main functions to the program. Using namesapce organize the code by grouping the classes of same nature into a single namespace. Namespace allows us to use same name for more than one class because they are wraped in the …

Namespaces in PHP Read More »

en English
X
Scroll to Top