Home > Download >  Library download

  • introduces a simple PHP implementation of user login and verification code, which does not separate login and database query, cookie settings, Database settings,User gets value,VerificationSESSION,VERIFY COOKIE. ##

    Data validation library43702017-03-16
  • A login class of php that can connect to the mysql database, Data table for verification, Use cookies to save session id, Invalid user name prompt, Incorrect password prompt, If the sid is not saved in the cookie, check the session directly, User authentication, Whether the password matches ##.

    Other libraries19192017-03-16
  • A simpleSimple php file operation class,Create a directory,Detect whether the file exists,Delete files or directories in the current directory, Delete files in the current directory and directory, Upload files, Download the file, returns the file type, returns the file size. #

    Other libraries15422017-03-16
  • A simple php file operation class, which can create a directory, detect whether the file exists, Delete files or directories in the current directory, Delete files in the current directory and directory, Return to the file type, Return File size.

    Other libraries10702017-03-16
  • Mainly introduces PHP file operation related classes, and analyzes PHP's operating techniques for creating, deleting, copying, and checking files and directories with examples. Friends in need can refer to it, Check whether the directory or file exists, can create multi-level directories at the same time, Read the entire file content into a string, Read the file contents into an array.

    Other libraries12482017-03-16
  • Mainly introduces the Chinese word segmentation class implemented by PHP, and analyzes the specific methods of PHP's string traversal, conversion, operation and other techniques to realize the Chinese word segmentation function based on the complete example form. Friends in need can refer to it to learn and make progress together. .

    Other libraries13192017-03-16
  • This article explains an example of using PHP to obtain the pinyin (all and the first letter) of Chinese characters. Interested students can refer to it. It mainly contains all Pinyin and gets the first letter of Pinyin. Chinese is double byte, so two bytes need to be connected (the range of ASCII code is 161-255).

    Other libraries15502017-03-16
  • Mainly introduces the function code of PHP to convert Chinese characters into Pinyin. PHP converts Chinese characters into Pinyin. Interested friends can refer to it. 第二个参数留空则为gb1232编码,第二个参数随意设置则为utf-8编码

    Other libraries11872017-03-16
  • A detailed analysis and introduction to the PHP Chinese character conversion class for Pinyin. Friends who need it can refer to it. Most similar codes on the Internet can only be used under gb2312 encoding. The following class also Can convert Chinese characters into Pinyin under UTF-8 encoding.

    Other libraries12112017-03-15
  • PHP's UTF-8 Chinese to Pinyin processing class, the performance has been optimized to the extreme, . Optimized the traditional Pinyin conversion processing class The algorithm is specially designed for UTF-8 character set processing , Chinese is converted to Pinyin (processing one character at a time). If you use the GBK or GB2312 character set, you only need to remove the iconv function and assign the value directly without conversion.

    Other libraries35202017-03-15
  • PHP generates RSS classes, which is very convenient. Add RSS items, Output RSS XML as a string, Output RSS XML to browser.

    Other libraries11722017-03-15
  • Mainly introduces the RSS generation class implemented in PHP, and analyzes the principles, definitions and usage techniques of the RSS generation class with examples. It is of great practical value. Friends who need it can refer to it

    Other libraries11572017-03-15