snswm's avatar - Seven Notes
Guangzhou, Guangdong Provincejanitors
The guy was lazy and didn't write anything...
PHP common string processing methods-Small seven notes

PHP common string processing methods

1, realize the search engine to search results hit the keyword marked red <?php /** * Split the string into an array * @param $search search keyword * @return array */ function splitString(string $search):array { // positive ...
php FTP operation class-Small Seven Notes

php FTP operation class

php FTP operation class
[Black Apple Installation Tutorial] macOS 12 Monterey Original OC Boot - Xiaoqi Notes

[Black Apple Installation Tutorial] macOS 12 Monterey original OC boot

Preparation U disk: greater than or equal to 16GB U disk image: bootable macOS original image tool: Etcher (burn image), DiskGenius (partition, boot), EFI driver file NO.1 Burn image 1, your U disk into the computer, to ensure the success of the first U disk ...
PHP to build hierarchical (tree) arrays-Small Seven Notes

PHP builds hierarchical (tree) arrays

PHP builds hierarchical (tree) arrays
[PHP class] use PHP to convert JPEG and PNG to WebP-Small Seven Notes

[PHP Class] Convert JPEG and PNG to WebP using PHP

This library allows you to perform webp conversions with PHP. It supports a large number of conversion methods and automatically selects the most capable method available on your system. Installation The Composer library is required as follows: composer require rosell-dk/webp-convert Converts images...
PHP XML Encoding - Seven Notes

PHP XML encoding

PHP XML encoding
Using Pagoda Panel to configure the web server operating environment-Small Seven Notes

Using Pagoda Panel to configure the web server environment

Simple and easy to use Linux/Windows server operation and management panel Pagoda, make operation and maintenance simple and efficient. The panel supports Linux and Windows systems. One-click configuration: LAMP/LNMP, website, database, FTP, SSL, easy server management through the Web. Quickly create management web items ...
PHP operation directory or file common methods-Small seven notes

PHP common methods to manipulate directories or files

1, convert \ to / /** * Convert \ to / * * * @param string $path path * @return string path */ function dir_path($path) { $path = str_replace('\\', '/', $path); if(substr($path, -1) ! = '/'...
php get MAC address-Small Seven Notes
DG disk management tool DiskGenius free version download-Small Seven Notes

DG Disk Management Tool DiskGenius Free Version Download

 Partition Management Comprehensive functions, safe and reliable. Partition management features include: create partitions, delete partitions, format partitions, resize partitions without loss, hide partitions, assign disk drive or delete disk drive, and so on. ...
PHP to get the image in the text content-Small seven notes

PHP to get the image in the text content

PHP to get the image in the text content
2 years ago
02558
Redis Cache Pro 1.21.1 Advanced Object Cache Optimization and Acceleration-Small Seven Notes

Redis Cache Pro 1.21.1 Advanced Object Cache Optimization Acceleration

Redis Object Cache Pro Key Features Raw Performance Object Cache Pro was started with raw performance in mind to avoid unnecessary Redis reads and writes and keep the memory footprint small. Cache warm-up Intelligently combines Redis commands into batches...