⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.72
Server IP:
41.128.143.86
Server:
Linux host.raqmix.cloud 6.8.0-1025-azure #30~22.04.1-Ubuntu SMP Wed Mar 12 15:28:20 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.3.23
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
psa-pear
/
pear
/
php
/
Horde
/
Edit File: Db.php
<?php /** * Copyright 2011-2017 Horde LLC (http://www.horde.org/) * * @author Jan Schneider <jan@horde.org> * @license http://www.horde.org/licenses/bsd * @category Horde * @package Db */ /** * @author Jan Schneider <jan@horde.org> * @license http://www.horde.org/licenses/bsd * @category Horde * @package Db */ class Horde_Db { /** * Specifies that the fetch method shall return each row as an array * indexed by column name as returned in the corresponding result set. */ const FETCH_ASSOC = 2; /** * Specifies that the fetch method shall return each row as an array * indexed by column number as returned in the corresponding result set, * starting at column 0. */ const FETCH_NUM = 3; /** * Specifies that the fetch method shall return each row as an array * indexed by both column name and number as returned in the corresponding * result set, starting at column 0. */ const FETCH_BOTH = 4; }
Simpan