Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
PHP Cpu::getName示例
编程语言:
PHP
类/类型:
Cpu
方法/功能:
getName
hotexamples.com的示例:
1
PHP Cpu::getName - 已找到1个示例
。这些是从开源项目中提取的最受好评的
Cpu::getName
现实PHP示例。您可以评价示例,以帮助我们提高示例质量。
常用方法
显示
隐藏
listDepartments(2)
model(2)
fetchItem(2)
listTags(2)
listMakes(2)
listAllConn(2)
listAllTags(2)
listConn(2)
listEmployees(2)
listDuplMAC(1)
listStatus(1)
listItemscsv(1)
listItems(1)
addItem(1)
listDuplIP(1)
listDuplCPU(1)
doesIPAddressExist(1)
listAllRooms(1)
listAllBuildings(1)
insertRoom(1)
hydrate(1)
getName(1)
editItem(1)
save(1)
常用方法
listDepartments (2)
model (2)
fetchItem (2)
listTags (2)
listMakes (2)
listAllConn (2)
listAllTags (2)
listConn (2)
listEmployees (2)
listDuplMAC (1)
常用方法
listStatus (1)
listItemscsv (1)
listItems (1)
addItem (1)
listDuplIP (1)
listDuplCPU (1)
doesIPAddressExist (1)
listAllRooms (1)
listAllBuildings (1)
insertRoom (1)
hydrate (1)
getName (1)
editItem (1)
save (1)
常用方法
hydrate (1)
getName (1)
editItem (1)
save (1)
示例#1
0
显示文件
文件:
visitor.php
项目:
EdenChan/Instances
public function visitCpu(Cpu $cpu) { echo "hello, " . $cpu->getName() . "\n"; }
x