Technical Notes

Centos, Ubuntu, Windows, Luinx system use
Codec Conversion of String Character Sets-Small Seven Notes

Codec conversion of string character sets

String codec conversion including: utf8 to gbk, Simplified Chinese to Traditional Chinese, unicode to utf8, Ascii to Pinyin, Unicode decoding, etc.
php Extract HTML articles in the image address class-Small seven notes

php Extract image addresses from HTML articles class

php Extract image addresses from HTML articles class
php on html page compression function-Small seven notes

php to html page compression function

Compression of html pages to reduce file size
2 years ago
028513
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...
2 years ago
03739
[PHP library] in the image to add text or image watermarks-Small seven notes

[PHP Library] Add text or image watermark on image

Add text or image watermarks to images and PDFs using PHP and ImageMagick. Prerequisites PHP (5.6 or higher) ImageMagickghostscript (only for PDF watermarking) PHPImageMagick extension is not required. Installation Add as composer dependency $...
2 years ago
03509
PHP Split SQL file into multiple sql statements that can be executed individually - Xiaoqi Notes

PHP Split SQL file into multiple sql statements that can be executed separately

PHP Split SQL file into multiple sql statements that can be executed separately
2 years ago
01466
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 ...
2 years ago
01916
php FTP operation class-Small Seven Notes

php FTP operation class

php FTP operation class
2 years ago
023213
PHP to build hierarchical (tree) arrays-Small Seven Notes

PHP builds hierarchical (tree) arrays

PHP builds hierarchical (tree) arrays
2 years ago
02599
Making Your First WordPress Website - Simple Getting Started Tutorial - SevenNotes

Making Your First WordPress Website - A Simple Tutorial for Getting Started

First, what is wordpress Quickly learn to make your first WordPress website , WordPress is based on PHP and MySQL. using WordPress, users can easily create and maintain personal or commercial websites, blogs, e-commerce sites, WordPress user interface friend...
[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...
2 years ago
04256
PHP XML Encoding - Seven Notes

PHP XML encoding

PHP XML encoding
2 years ago
024413