BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
home
/
imagivibe
/
public_html
/
app.imagivibe.com
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Session
📤 Upload
📝 New File
📁 New Folder
Close
Editing: ExistenceAwareInterface.php
<?php namespace Illuminate\Session; interface ExistenceAwareInterface { /** * Set the existence state for the session. * * @param bool $value * @return \SessionHandlerInterface */ public function setExists($value); }
Save
Cancel