update : 2015.11.03
php.shukuma.com검색:
|
gupnp_root_device_new(PECL gupnp >= 0.1.0) gupnp_root_device_new — Create a new root device 설명
resource gupnp_root_device_new
( resource
$context
, string $location
, string $description_dir
)Create a new root device, automatically downloading and parsing location. 인수
반환값A root device identifier. 예제
Example #1 Create new UPnP context and get device info service
<?php 참고
|