!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/usr/share/doc/liblqr-1-0-dev/html/   drwxr-xr-x
Free 13.17 GB of 57.97 GB (22.71%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     api-manual.html (10.62 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
Chapter 2. LqR library API user manual

Chapter 2. LqR library API user manual

Signal handling

Many library functions return a value of type LqrRetVal. This is an enum type which can hold the values:

LQR_OK

everyting OK

LQR_ERROR

generic fatal error

LQR_NOMEM

not enough memory

LQR_USRCANCEL

action cancelled by the user

At top level, it is important that the user handle these values explicitly, because the library functions don't do anything else than stopping and returning an error signal in case of errors. An easy way is setting up some macros and wrap each function call with those, as shown in the example files.

Below top level, the library provides some convenient macros which can be used to wrap function calls, in order to propagate these signals:

LQR_CATCH (expr)

if expr is equal to LQR_OK it does nothing, otherwise it returns expr (or the result of the execution of expr if it happens to be a function)

LQR_CATCH_F (expr)

returns LQR_ERROR if expr is FALSE

LQR_CATCH_MEM (expr)

returns LQR_NOMEM if expr is NULL

Note

The names of these macros have changed since version 0.4; the previous names CATCH, CATCH_F and CATCH_MEM are still available, but they can be disabled at configure time if they cause conflicts (configure --help for details).


:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0049 ]--