Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.145.80.161
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
vendor /
doctrine /
common /
src /
Delete
Unzip
Name
Size
Permission
Date
Action
Proxy
[ DIR ]
drwxrwxr-x
2022-08-23 19:46
Util
[ DIR ]
drwxrwxr-x
2022-08-23 19:46
ClassLoader.php
8.28
KB
-rw-rw-r--
2022-08-23 19:46
CommonException.php
276
B
-rw-rw-r--
2022-08-23 19:46
Comparable.php
717
B
-rw-rw-r--
2022-08-23 19:46
Save
Rename
<?php namespace Doctrine\Common; /** * Comparable interface that allows to compare two value objects to each other for similarity. * * @link www.doctrine-project.org */ interface Comparable { /** * Compares the current object to the passed $other. * * Returns 0 if they are semantically equal, 1 if the other object * is less than the current one, or -1 if its more than the current one. * * This method should not check for identity using ===, only for semantical equality for example * when two different DateTime instances point to the exact same Date + TZ. * * @param mixed $other * * @return int */ public function compareTo($other); }