话题编程语言 › PHP

编程语言:PHP

Generating PHP Documentation with Sami

Younes Rafie demonstrates using Sami, the documentation generator, to extract docs from your code's docblocks - even across several tagged versions

Logging Tips for PHP Developers

With a bit of creativity and forethought, PHP log files can be leveraged to serve as a valuable source of usage information and even basic analytics. Here’s how.

What happens when I allocate a PHP variable ?

PHP: a fractal of bad design / fuzzy notepad

Social Logins in PHP with HybridAuth

Agbonghama explores a PHP package used for adding social logins to your PHP application. Log your users in with FB, Google, Github, etc!

PHP Not Working? Check for These 10 Common PHP Mistakes

Are you guilty of one of these common PHP mistakes? Refer to this list next time you’re debugging PHP code.

php 实现同一个账号同时只能一个人登录

这篇文章介绍了一个类似QQ的功能,可以实现在两台电脑上登录,其中一台会被挤掉线,并提示其他地点登录信息。实现原理是通过将用户的session信息存放在redis中,并将session_id存到mysql数据库中。当用户在另一台电脑上登录时,会验证session是否过期,如果没有过期,则利用openfire推送消息,并将之前登录的session删除,将新的登录信息存放到session中,并更新到数据库中。文章还提到了安装所需的工具以及修改session存储方式的步骤。

php生成随机密码的几种方法

PHP: Escape sequences

PHP 中「自增、自减」运算引发的奇怪问题

彻底解决跨浏览器下PHP下载文件名中的中文乱码问题

异常在 PHP 5.3 中的最佳实践

New and cool features in PHP5.6

php调试利器之phpdbg

PHPDBG是一个PHP的SAPI模块,可以在不用修改代码和不影响性能的情况下控制PHP的运行环境。 PHPDBG的目标是成为一个轻量级、强大、易用的PHP调试平台。可以在PHP5.4和之上版本中使用。在php5.6和之上版本将内部集成。 主要功能: - 单步x

PHP: Collecting Cycles

遭遇php的in_array低性能

首页 - Wiki
Copyright © 2011-2024 iteam. Current version is 2.130.1. UTC+08:00, 2024-07-27 09:46
浙ICP备14020137号-1 $访客地图$