筛选

Price Type:

PHP

PHP + Redis to implement Bloom filter

Bloom filter is a kind of random data structure with high space efficiency, which is specially used to detect whether there are specific elements in the set. The Bloom filter is a data structure composed of a bit array with a length of m bits and k independent hash functions.

PHP Opcache accelerates access

Opcache is a way to avoid the overhead of loading and parsing the PHP script each time by storing the pre-compiled bytecode (Operate Code) of the parsed PHP script in the shared memory. The parser can directly read the cached words from the shared memory. Operate Code, which greatly improves the execution efficiency of PHP

Simulate your API in a Symfony project

If you have a Symfony project that makes HTTP requests to your other projects (be it microservices, front-end and api separation projects, etc.), you may need to mock them for your tests.

Files Photo Gallery Close the authorization pop-up window

Files Photo Gallery is a single-file PHP catalog program that can be placed in any catalog on the server and immediately has a file and folder preview catalog. It supports all file types and allows you to preview images, videos, audios and codes

Add title attribute to WordPress menu

Title Attribute can help you display the detailed information of your menu items, and it is easy to add in the navigation menu items of WordPress

Hide the management bar in WordPress

There are many ways to hide the management bar, and there are many reasons why you may want to hide the management bar. You can do this by adding some code in the theme's functions.php file