current location:Home > Technical Articles > php教程
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
-
- PHP array function sequence array_keys() - Get array key name
- The array_keys() function returns a new array containing all the keys in the array. If the second parameter is provided, only the key names with the key value are returned.
- PHP开发 1365 2016-12-28 15:22:23
-
- Analysis of the difference between PHP merge array + and array_merge
- In PHP, you can use + or array_merge to combine two arrays, but there are still differences between them, and if you don't understand these differences clearly, it will be fatal in the project!
- PHP开发 1693 2016-12-28 15:20:34
-
- php array_flip() removes duplicate elements from an array
- In PHP, there is a function available for removing duplicate elements in an array, which is array_unique(), but it is not the most efficient method. Using array_flip() function will be five times faster than array_unique() about.
- PHP开发 2006 2016-12-28 15:18:59
-
- PHP array function sequence array_unique() - remove duplicate element values in the array
- The array_unique() function removes duplicate values from an array and returns the resulting array. When the values of several array elements are equal, only the first element is retained and the other elements are deleted.
- PHP开发 1682 2016-12-28 15:17:57
-
- PHP array function sequence array_slice() - remove a value from the array based on conditions and return it
- The array_slice() function removes a segment of value from the array based on conditions and returns
- PHP开发 2007 2016-12-28 15:16:46
-
- PHP uses the array_slice function to obtain a random array or the first few pieces of data
- This article mainly introduces the relevant information about how PHP uses the array_slice function to obtain random arrays or the first few pieces of data. Friends who need it can refer to it.
- PHP开发 1718 2016-12-28 15:13:57
-
- Detailed explanation of php rmdir using recursive function to delete non-empty directory instances
- We all know that the php rmdir() function is used to delete empty directories, but if we want to delete a non-empty directory, we must delete the files or subdirectories in the non-empty directory. This article introduces how PHP uses recursive functions to delete non-empty directories. Empty directory, friends in need can refer to it
- PHP开发 1491 2016-12-28 15:03:36
-
- Recursively delete directories and files in rrmdir php
- The rmdir that comes with PHP can only delete empty directories. This rrmdir can recursively delete the directory and all the files in the directory. However, be careful when using it. Do not delete all the files.
- PHP开发 1587 2016-12-28 15:02:31
-
- PHP delete files and folders using the two functions unlink() and rmdir()
- Sometimes we need to use PHP to delete files and folders. PHP originally has functions to achieve this. Let’s simply record the code so that we can follow it later.
- PHP开发 2571 2016-12-28 15:00:34
-
- Description of the method of merging and compressing Seajs modules based on gulp
- This article introduces a simple and feasible method to merge and compress seajs in small and medium-sized projects built based on gulp. Friends who are interested can take a look at the details.
- PHP开发 1556 2016-12-28 14:08:33
-
- Loading of dependencies between seajs modules and execution of modules
- Front-end projects are inseparable from SeaJS. Many websites now use SeaJS, and people are becoming more and more interested in the principle of this JS module loader. In this article, we will learn about the loading of dependencies between seajs modules and the execution of modules. Friends who are interested can take a look below.
- PHP开发 1605 2016-12-28 13:55:15
-
- PHP debug_backtrace() stack debugging
- PHP debug_backtrace() stack debugging
- PHP开发 1957 2016-12-28 13:42:17
-
- Multi-city selector implementation code
- Multi-city selector implementation code, requirements: Popular cities and cities in the list need to be queried in the database and then constructed into a list, and arranged in a-z order. The query can be implemented by entering letters.
- PHP源码 4866 2018-12-01 16:23:10
-
- PHP debugging tool debug_print_backtrace()
- debug_print_backtrace() is a very low-key function, and few people pay attention to it. But when I call another object on one object and then call another object and a function in the file and an error occurs, it is laughing.
- PHP开发 1388 2016-12-28 13:40:14
-
- How to learn PHP debug_backtrace()
- How to learn PHP debug_backtrace()
- PHP开发 1640 2016-12-28 13:35:23