PHP References

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 »

en English
X
Scroll to Top