相关疑难解决方法(0)

Reference — What does this symbol mean in PHP?

What is this?

This is a collection of questions that come up every now and then about syntax in PHP. This is also a Community Wiki, so everyone is invited to participate in maintaining this list.

Why is this?

It used to be hard to find questions about operators and other syntax tokens.¹
The main idea is to have links to existing questions on Stack Overflow, so it's easier for us to reference them, not to copy over content from …

php arguments symbols operators

4314
推荐指数
21
解决办法
63万
查看次数

PHP中的引用赋值运算符,=&

什么是=&(等于-号)赋值运算符在PHP中呢?

它被弃用了吗?

php operators assignment-operator

93
推荐指数
4
解决办法
4万
查看次数

PHP中的"=&"和"&="运算符是什么意思?

PHP中的"=&"/"&="运算符是什么意思?我在哪里可以阅读有关它们的信息?

搜索Google无济于事.

php operators

68
推荐指数
2
解决办法
1万
查看次数

'&='和'=&'运算符有什么作用?

找到答案的结果比我想象的要困难得多.由于我不知道您称之为什么,因此很难运行Google搜索,因为它会忽略这些字符.

我尝试浏览PHP Assignment Operators页面,甚至其他操作页面,并没有发现任何告诉我他们究竟做了什么.我不仅仅想根据我使用它的单一功能进行猜测.那么'&='和'=&'运算符到底是做什么的呢?

我所知道的是它设置了一个变量,它是'='部分,所以我真的需要知道'&'部分正在做什么.

请不要说明显; 我需要有人来解释他们的确切行为.我知道其中一个是"按位",但这对我没有任何意义.

php variables operators

20
推荐指数
2
解决办法
4234
查看次数

PHP中的=&表示什么?

考虑:

$smarty =& SESmarty::getInstance();
Run Code Online (Sandbox Code Playgroud)

有什么&用?

php

19
推荐指数
2
解决办法
8420
查看次数