Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18395 программистов и 1670 роботов. Сейчас ищут 1019 программистов ...
fdf_errno - Return error code for last fdf operation
Вернуться к: FDF
fdf_errno
(PHP 4 >= 4.3.0, PHP 5, PHP 7)
fdf_errno — Return error code for last fdf operation
Описание
int fdf_errno
( void
)
Gets the error code set by the last FDF function call.
A textual description of the error may be obtained using with fdf_error().
Возвращаемые значения
Returns the error code as an integer, or zero if there was no errors.
Вернуться к: FDF