PHP中的scalar
如果將一個物件轉換成物件,它將不會有任何變化。如果其它任何型別的值被轉換成物件,將會建立一個內建類 stdClass 的例項。如果該值為 NULL,則新的例項為空。陣列轉換成物件將使鍵名成為屬性名並具有相對應的值。對於任何其它的值,名為 scalar 的成員變數將包含該值。
<?php
$obj=(object)'string';
echo $obj->scalar;
輸出
string
相關文章
- PHP Fatal error: Cannot use PhpParser\Node\Scalar\String as StringPHPError
- TypeError: only integer scalar arrays can be converted to a scalar indexErrorIndex
- F. Scalar Queries
- [記錄]RuntimeWarning: overflow encountered in scalar subtract
- PHP中的staticPHP
- php 中的常量PHP
- php中$$str中”$$”的解釋PHP
- PHP中的過載PHP
- php中的html元素PHPHTML
- 理解 PHP 中的 StreamsPHP
- PHP 中的類(class)PHP
- [PHP核心探索]PHP中的雜湊表PHP
- PHP核心探索之PHP中的雜湊表PHP
- OpenCV學習筆記(3)——Scalar資料型別理解OpenCV筆記資料型別
- 張量(Tensor)、標量(scalar)、向量(vector)、矩陣(matrix)矩陣
- php中foreach的使用PHP
- php中ThinkPHP的用處PHP
- php中的設計模式PHP設計模式
- PHP中的 Iterator 與 GeneratorPHP
- PHP中引號的用法PHP
- php中的continue用法PHP
- PHP 中的設計模式PHP設計模式
- php中的雷同方法PHP
- php中的extract函式PHP函式
- PHP中GD庫的使用PHP
- PHP中的字串函式PHP字串函式
- 初試php中的curlPHP
- php中的SERVER變數PHPServer變數
- PHP 中的 -> 和 :: 的區別PHP
- 批量去除PHP檔案中bom的PHP程式碼PHP
- PHP中的連線字元. 的用法PHP字元
- PHP中ZendCache用法的小例子PHP
- PHP中物件的引用傳遞PHP物件
- php中return語句的使用PHP
- PHP 中的 foreach 工作原理PHP
- PHP中Session和Cookie的探究PHPSessionCookie
- php中declare的作用詳解PHP
- PHP中的郵箱驗證PHP