update : 2015.11.03
php.shukuma.com검색:
|
stream_context_get_params(PHP 5 >= 5.3.0) stream_context_get_params — Retrieves parameters from a context 설명
array stream_context_get_params
( resource
$stream_or_context
)Retrieves parameter and options information from the stream or context. 반환값Returns an associate array containing all context options and parameters. 예제
Example #1 stream_context_get_params() example Basic usage example
<?php 위 예제의 출력 예시: array(2) { ["notification"]=> string(28) "stream_notification_callback" ["options"]=> array(0) { } } 참고
|