W3Cschool
恭喜您成為首批注冊用戶
獲得88經(jīng)驗值獎勵
(PECL uopz 5, PECL uopz , PECL uopz 7)
uopz_get_exit_status — 檢索最后設(shè)置的退出狀態(tài)。
uopz_get_exit_status(): mixed
檢索最后設(shè)置的退出狀態(tài),即傳遞給exit()的值。
此函數(shù)沒有參數(shù)。
This function returns the last exit status, or null if exit() has not been called.
示例 #1 uopz_get_exit_status() example
<?php
exit(123);
echo uopz_get_exit_status();?>
以上示例會輸出:
123
警告
OPcache在無條件退出后會優(yōu)化掉無用代碼。
Copyright©2021 w3cschool編程獅|閩ICP備15016281號-3|閩公網(wǎng)安備35020302033924號
違法和不良信息舉報電話:173-0602-2364|舉報郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號
聯(lián)系方式:
更多建議: