複製程式碼程式碼如下:
function perms_str($perms){
if (($perms & 0xperms){
if (($perms & 0x000Cx ) {
// 套接字
$info = 's';
} elseif (($perms & 0xA000) == 0xA000) } elseif (($perms & 0x8000) == 0x8000) {
// 常規
$info = '-'; = 0x6000) {
// 阻止特殊
$info = 'b';
} elseif (($perms & 0x40000) 0x40000 $info = 'd';
} elseif (($perms & 0x2000) == 0x2000) {
// 特殊字元
== 0x1000) {
// FIFO 管道
$info = 'p';
} else {
info > }
// 擁有者
$info .= (($perms & 0x0100) ? 'r' : '-');
$info .= (($perms & 0x0080) ? 'w' : '- ? 'w' : '- ? ');
$info .= (($perms & 0x0040) ?
(($perms & 0x0800) ? 's' : 'x') : // 組
$info .= (($perms & 0x0020) ? 'r' : '-');
$info .= (($perms & 0x0010) ? 'w' : '-');
$info .= (($perms & 0x0008) ?
(($perms & 0x400: 'x40 > (($perms & 0x0400) ? 'S' : '-'));
// 世界
$info .= (($perms & 0x004); 🎜> $info .= (($perms & 0x0002) ? 'w' : '-');
$info .= (($perms & 0x0001) ? ? t' : 'x') :
(($perms & 0x0200) ? 'T' : '-'));
返回$info;
}
以上就介紹了term php將fileterms函數回傳的結果變成了無效的形式,包括term方面的內容,希望對PHP教程有興趣的朋友有所幫助。