搜索优化
网页
图片
视频
学术
词典
地图
更多
航班
笔记本
PHPV4
例句
释义:
全部
全部
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
Opcode
caches
have
long
been
popular
for
PHP
,
with
some
of
the
first
ones
coming
about
back
in the
heyday
of
PHP
V4
.
操作
码
缓存
对于
PHP
流行
已
久
,
其中
早期
的
一些
要
追溯
到
PHPV4
的
全盛期
。
www.ibm.com
2.
With
standard
PHP
V4
and
lower
,
all
the
work
of
a
PHP
application
had
to be
done
sequentially
.
使用
标准
的
PHPV4
和
更
低
版本
,
必须
按顺序
执行
PHP
应用程序
的
所有
工作
。
www.ibm.com
3.
In
PHP V4
,
you
create
a
constructor
by
declaring
a
method
with
the same name
as
that
of
the
class
.
在
PHPV4
中
,
通过
声明
与
类
同名
的
方法
来
创建
构造
函数
。
www.ibm.com
4.
First
,
a bit
about
the
new
language
features
and
how
PHP
's
creators
have
changed
the
approach
to
objects
from
PHP
V4
.
首先
,
先
来
了解
新
语言
特性
及
PHP
的
创建
程序
怎样
更改
了
用
PHPV4
创建
对象
的
方法
。
www.ibm.com
5.
In
PHP
V4
,
properties
had
to be declared
with
the
keyword
var
.
在
PHPV4
中
,
属性
必须
用
关键字
var
调用
。
www.ibm.com
6.
It
was
introduced
as
an
option
in
PHP
V4
.
3
and
is
built
into PHP V5
.
它
是
作为
PHPV4.3
中
的
一个
选项
引入
的
,
构建
在
PHPV5
中
。
www.ibm.com
7.
Take
a
tour through some of
PHP
's
new
object-oriented
features
and
learn
how
to
migrate
existing
PHP
V4
code
into V5
.
让
我们
来看
一些
PHP
新
的
面向
对象
特性
,
并
了解
如何
将
现有
PHPV4
代码
迁移
到
PHPV5
。
www.ibm.com
8.
Because
Mac OS X
currently
ships
with
PHP
V4
(
V4
.
4. 7
,
to be
exact
)
,
this
article
is
based on
the
older
PHP
version
.
因为
MacOSX
当前
附带
PHPV4
(
更
精确
地
说
,
是
V4.4.7
)
,
所以
本文
基于
这个
比较
老
的
PHP
版本
。
www.ibm.com
9.
The register_globals
configuration
key
was
already
defaulted
to
off
in
PHP
V4
.
2
,
which was
controversial
at the
time
.
register_globals
配置
键
在
PHPV4.2
中
已经
默认
关闭
,
当时
也
引起
了
争议
。
www.ibm.com
10.
Look
at
the
PHP V4
code
below
.
请
看
下面
的
PHPV4
代码
。
www.ibm.com
1
2