文章詳情頁
PHP基礎之上下文(Context)選項和參數(shù)
瀏覽:2日期:2022-09-15 10:48:02
PHP 提供了多種上下文選項和參數(shù),可用于所有的文件系統(tǒng)或數(shù)據(jù)流封裝協(xié)議。上下文(Context)由 stream_context_create() 創(chuàng)建。選項可通過stream_context_set_option() 設置,參數(shù)可通過 stream_context_set_params() 設置。
Socket context options — Socket上下文選項列表HTTP context options — HTTP上下文選項列表FTP context options — FTP上下文選項列表SSL context options — SSL上下文選項列表CURL context options — CURL 上下文選項列表Phar 上下文(context)選項 — Phar 上下文(context)選項列表Context 參數(shù) — Context 參數(shù)列表 標簽:
PHP
相關文章:
排行榜