search
HomeBackend DevelopmentPHP TutorialPHP5.3 language features_PHP tutorial
PHP5.3 language features_PHP tutorialJul 21, 2016 pm 02:52 PM
md5phpperformancepromotecharacteristicoflanguage

Performance improvement

The overall performance of php 5.3 has been improved by 5 - 15%

md5() is 10-15% faster
Better stack implementation in the engine
Move Constants to read-only memory
Exception handling process improved (simplified, fewer opcodes)
(require/include)_once improved, remove duplicate open
Smaller binary size & startup size with gcc4

New language features

__DIR__

Before 5.3, in order to obtain the directory of the current script, a function call was required

CODE:
echo dirname( __FILE__); //

In 5.3, only a magic constant __DIR__ is needed.

CODE:
echo __DIR__; // > Quickly obtain non-null values ​​in expressions.

CODE:

$a = true ?: false; // true

$a = false ?: true; // true

$a = "" ?: 1; // 1

$a = 0 ?: 2; // 2
$a = array() ?: array(1); // array(1);
$a = strlen("") ? : strlen("a"); // 1

__callStatic()

New magic method __callStatic has been added. Its function is similar to __call, but it is only valid for static methods.

CODE:

class helper {

static function __callStatic($name, $args) {

echo $name.'('.implode(',', $args).' ; 🎜>Call static methods dynamically? Combination of movement and stillness.


CODE:
class helper {
    static function foo() { echo __METHOD__; }
}
$a = "helper";
$b = "foo" ;

$a::$b(); // helper::foo

Late Static Binding

I don’t know how to translate it, maybe it’s easier to understand if I leave the original text. The event processing timing of static methods has changed. It used to be processed during compilation, but now it is processed during execution.


Before PHP 5.3, the following code will output an A, but this is not what we want. The whoami method has been redefined in class B. It should output B to conform to what we take for granted.

CODE:
class A {
public static function whoami() {
echo __CLASS__;

}

public static function identity() {

self:: whoami();

}

}

class B extends A {

public static function whoami() {

echo __CLASS__;
}
}
B:: identity(); // A
static::whoami() is used in the following code to call static methods. After PHP 5.3, since __CLASS__ is processed during execution, class B can be successfully caught in this example.

CODE:
class A {
public static function whoami() {
echo __CLASS__;
}
public static function identity() {
static:: whoami();
}

}

class B extends A {

public static function whoami() {

echo __CLASS__;
}
}
B:: identity(); // B = PHP 5.3

mysqlnd

mysqlnd becomes the default mysql driver in PHP 5.3. It has the following advantages:

mysqlnd is easier to compile: because it is an integral part of the PHP source tree
mysqlnd is more closely integrated with PHP's internal mechanism and is an optimized mysql driver
mysqlnd saves more memory. Judging from the test results, it is better than the traditional mysql extension saves 40% of memory
mysqlnd is faster
mysqlnd provides rich performance statistics functions
mysqlnd uses PHP license to avoid unnecessary copyright disputes

This change should be made at the same time mysql and pdo_mysql extensions take effect.

What is mysqlnd

mysqlnd is the original php driver of mysql

But PDO_MySQL does not support mysqlnd yet, currently only the mysql(i) extension can be used


http://www.bkjia.com/PHPjc/371455.html

www.bkjia.com

true

http: //www.bkjia.com/PHPjc/371455.html

TechArticle

Performance improvement The overall performance of php 5.3 has been improved by 5 - 15% md5() is 10-15% faster Better stack Implementation in the engine Constants is moved to read-only memory and the exception handling process is improved (simplified,...
Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
在 Windows 11 上彻底删除不需要的显示语言的方法在 Windows 11 上彻底删除不需要的显示语言的方法Sep 24, 2023 pm 04:25 PM

在同一设置上工作太久或与他人共享PC。您可能会安装一些语言包,这通常会产生冲突。因此,是时候删除Windows11中不需要的显示语言了。说到冲突,当有多个语言包时,无意中按Ctrl+Shift会更改键盘布局。如果不注意,这将是手头任务的障碍。所以,让我们直接进入方法!如何从Windows11中删除显示语言?1.从设置按+打开“设置”应用,从导航窗格中转到“时间和语言”,然后单击“语言和地区”。WindowsI单击要删除的显示语言旁边的省略号,然后从弹出菜单中选择“删除”。在出现的确认提示中单击“

给语言大模型加上综合视听能力,达摩院开源Video-LLaMA给语言大模型加上综合视听能力,达摩院开源Video-LLaMAJun 09, 2023 pm 09:28 PM

视频在当今社交媒体和互联网文化中扮演着愈发重要的角色,抖音,快手,B站等已经成为数以亿计用户的热门平台。用户围绕视频分享自己的生活点滴、创意作品、有趣瞬间等内容,与他人互动和交流。近期,大语言模型展现出了令人瞩目的能力。我们能否给大模型装上“眼睛”和“耳朵”,让它能够理解视频,陪着用户互动呢?从这个问题出发,达摩院的研究人员提出了Video-LLaMA,一个具有综合视听能力大模型。Video-LLaMA能够感知和理解视频中的视频和音频信号,并能理解用户输入的指令,完成一系列基于音视频的复杂任务,

光动嘴就能玩原神!用AI切换角色,还能攻击敌人,网友:“绫华,使用神里流·霜灭”光动嘴就能玩原神!用AI切换角色,还能攻击敌人,网友:“绫华,使用神里流·霜灭”May 13, 2023 pm 07:52 PM

说到这两年风靡全球的国产游戏,原神肯定是当仁不让。根据5月公布的本年度Q1季度手游收入调查报告,在抽卡手游里《原神》以5.67亿美金的绝对优势稳稳拿下第一,这也宣告《原神》在上线短短18个月之后单在手机平台总收入就突破30亿美金(大约RM130亿)。如今,开放须弥前最后的2.8海岛版本姗姗来迟,在漫长的长草期后终于又有新的剧情和区域可以肝了。不过不知道有多少“肝帝”,现在海岛已经满探索,又开始长草了。宝箱总共182个+1个摩拉箱(不计入)长草期根本没在怕的,原神区从来不缺整活儿。这不,在长草期间

吵翻天!ChatGPT到底懂不懂语言?PNAS:先研究什么是「理解」吧吵翻天!ChatGPT到底懂不懂语言?PNAS:先研究什么是「理解」吧Apr 07, 2023 pm 06:21 PM

机器会不会思考这个问题就像问潜水艇会不会游泳一样。——Dijkstra早在ChatGPT发布之前,业界就已经嗅到了大模型带来的变革。去年10月14日,圣塔菲研究所(Santa Fe Institute)的教授Melanie Mitchell和David C. Krakauer在arXiv发布了一篇综述,全面调研了所有关于「大规模预训练语言模型是否可以理解语言」的相关争论,文中描述了「正方」和「反方」的论点,以及根据这些论点衍生的更广泛的智力科学的关键问题。论文链接:https://arxiv.o

GPT4ALL:终极开源大语言模型解决方案GPT4ALL:终极开源大语言模型解决方案May 17, 2023 am 11:02 AM

开源语言模型生态系统正在兴起,这些生态系统为个人提供综合资源以创建用于研究和商业目的的语言应用程序。本文深入研究GPT4ALL,它通过提供全面的搭建模块,使任何人都能开发类似ChatGPT的聊天机器人,从而超越了特定的使用案例。什么是GPT4ALL项目?GPT4ALL可以在使用最先进的开源大型语言模型时提供所需一切的支持。它可以访问开源模型和数据集,使用提供的代码训练和运行它们,使用Web界面或桌面应用程序与它们交互,连接到Langchain后端进行分布式计算,并使用PythonAPI进行轻松集

学Python,还不知道main函数吗学Python,还不知道main函数吗Apr 12, 2023 pm 02:58 PM

Python 中的 main 函数充当程序的执行点,在 Python 编程中定义 main 函数是启动程序执行的必要条件,不过它仅在程序直接运行时才执行,而在作为模块导入时不会执行。要了解有关 Python main 函数的更多信息,我们将从如下几点逐步学习:什么是 Python 函数Python 中 main 函数的功能是什么一个基本的 Python main() 是怎样的Python 执行模式Let’s get started什么是 Python 函数相信很多小伙伴对函数都不陌生了,函数是可

计算机硬件能直接识别并执行的语言是什么计算机硬件能直接识别并执行的语言是什么Dec 25, 2020 pm 03:16 PM

计算机硬件能直接识别并执行的语言是机器语言。机器语言是机器能直接识别的程序语言或指令代码,无需经过翻译,每一操作码在计算机内部都有相应的电路来完成它。

Azure AI的文本转语音功能已经支持41种多语言语音Azure AI的文本转语音功能已经支持41种多语言语音Aug 10, 2023 pm 07:05 PM

Microsoft的AzureAI文本转语音服务允许你将文本转换为不同语言的语音。今年年初,AzureAI文本转语音引入了JennyMultilingual语音,允许客户跨区域设置以一致的角色生成语音。到目前为止,Jenny多语言语音支持14种语言。今天,Microsoft宣布将多语言语音功能扩展到41种语言和口音。今天,Microsoft还宣布了一个新的男声(RyanMultilingual),作为其多语言产品组合的一部分。这些新语音具有输入文本的自动语言预测功能。因此,这消除了手动标记的需要

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Repo: How To Revive Teammates
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),