🤩 File Manager - Mr.X
PHP:
8.3.33
Server:
Apache
OS:
Linux 5.14.0-611.49.1.el9_7.x86_64
User:
websparkit
Navigate
Upload:
Upload
New File
New Folder
Editing:HtmlStringable.php
<?php declare(strict_types=1); /** * This file is part of the Nette Framework (https://nette.org) * Copyright (c) 2004 David Grudl (https://davidgrudl.com) */ namespace Nette; /** * Represents object convertible to HTML string. */ interface HtmlStringable { /** * Returns string in HTML format. */ function __toString(): string; } interface_exists(Utils\IHtmlString::class);
Save Changes
Cancel
Create New File
Create New Folder