Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What are the commonly used PHP function code snippets?

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly introduces the commonly used PHP function code segments, the article is very detailed, has a certain reference value, interested friends must read it!

1. PHP readable random string

This code creates a readable string that is closer to the words in the dictionary, practical and password verification.

/ * * @ length-length of random string (must be a multiple of 2) * / function readable_random_string ($length = 6) {$conso=array ("b", "c", "d", "f", "g", "h", "j", "k", "l", "m", "n", "p", "r", "s", "t", "v", "w" "x", "y", "z") $vocal=array ("a", "e", "I", "o", "u"); $password= ""; srand ((double) microtime () * 1000000); $max = $length/2; for ($iTun1; $I)

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report