snswm's avatar - Seven Notes
Guangzhou, Guangdong Provincejanitors
The guy was lazy and didn't write anything...
[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
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 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