Tag

Sensitive Words

0 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
Oct 11, 2022 · Backend Development

Sensitive Word Detection Algorithm in PHP Using Multibyte String Traversal

This article explains how to build a tree‑based sensitive‑word detection algorithm in PHP, discusses the challenges of correctly iterating over multibyte strings, and provides a complete implementation with code examples that handle Unicode characters efficiently.

MultibytePHPSensitive Words
0 likes · 6 min read
Sensitive Word Detection Algorithm in PHP Using Multibyte String Traversal
php中文网 Courses
php中文网 Courses
Jan 27, 2021 · Backend Development

Integrating php-dfa-sensitive for Sensitive Word Detection in PHP Applications

This guide explains how to install the php-dfa-sensitive library via Composer, create a SensitiveWords service class with helper methods, configure custom word dictionaries, and use the provided static functions to detect, replace, or mark sensitive words in PHP projects.

BackendComposerDFA
0 likes · 3 min read
Integrating php-dfa-sensitive for Sensitive Word Detection in PHP Applications