filePro İşlevleri
PHP Manual

filepro

(PHP 4, PHP 5 <= 5.1.6)

fileproRead and verify the map file

Açıklama

bool filepro ( string $directory )

This reads and verifies the map file, storing the field count and info.

No locking is done, so you should avoid modifying your filePro database while it may be opened in PHP.

Bilginize: Güvenli kip etkinken, PHP, dosya ve dizinlerin sahibinin betiği çalıştıran kullanıcı ile aynı olup olmadığını sınar.

Değiştirgeler

directory

The map directory.

Dönen Değerler

Başarı durumunda TRUE, başarısızlık durumunda FALSE döner.


filePro İşlevleri
PHP Manual