PHP Velho Oeste 2024

dbplus_rchperm

(PHP 4 <= 4.3.0, PECL dbplus >= 0.9)

dbplus_rchpermChange relation permissions

Açıklama

dbplus_rchperm ( resource $relation , int $mask , string $user , string $group ) : int

Changes access permissions as specified by mask, user and group. The values for these are operating system specific.

Değiştirgeler

relation

A relation opened by dbplus_open().

mask

user

group

Dönen Değerler

Notlar

Uyarı

Bu işlev DENEYSELDİR. Bu işlevin davranışı, ismi ve belgeleri PHP'nin sonraki sürümlerinde hiçbir duyuru yapılmaksızın değiştirilebilir. Bu riski göze alamayacaksanız bu işlevi kullanmayın.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top