!C99Shell v. 2.1 [PHP 8 Update] [02.02.2022]!

Software: Apache/2.4.53 (Unix) OpenSSL/1.1.1o PHP/7.4.29 mod_perl/2.0.12 Perl/v5.34.1. PHP/7.4.29 

uname -a: Linux vps-2738122-x 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64 

uid=1(daemon) gid=1(daemon) grupos=1(daemon) 

Safe-mode: OFF (not secure)

/opt/apex_tdfonline/proyectos/toba_editor/www/doc/api/Slim/   drwxr-xr-x
Free 11.97 GB of 61.93 GB (19.33%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     Set.html (39.23 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
Docs For Class Set
phpDocumentor
[ árbol de herencia: Slim ] [ índice: Slim ] [ índice general ]

Set

Implementa interfaces:

  • ArrayAccess (internal interface)
  • Countable (internal interface)
  • IteratorAggregate (internal interface)

Slim - a micro PHP 5 framework


		
		

Ubicada en /lib/rest/lib/Set.php [line 35]

Version:  2.4.0
Copyright:  2011 Josh Lockhart
Link:  http://www.slimframework.com
License:  http://www.slimframework.com/license

Métodos Propios
Set   __construct()   Constructor
array   all()   Fetch set data
void   clear()   Clear all values
void   count()   Countable
mixed   get()   Get data value with key
void   getIterator()   IteratorAggregate
boolean   has()   Does this set contain a key?
array   keys()   Fetch set data keys
mixed   normalizeKey()   Normalize data key
void   offsetExists()   Array Access
void   offsetGet()  
void   offsetSet()  
void   offsetUnset()  
Closure   protect()   Protect closure from being directly invoked
void   remove()   Remove value with key from this set
void   replace()   Add data to set
void   set()   Set data key to value
mixed   singleton()   Ensure a value or object will remain globally unique
void   __get()   Property Overloading
void   __isset()  
void   __set()  
void   __unset()  

Constructor __construct  [línea 47]

  Set __construct( [array $items = array()]  )

Constructor
Parámetros:
array   $items:  Pre-populate set with this key-value array

Access:  public


all  [línea 109]

  array all( )

Fetch set data

Return:  This set's key-value data array
Access:  public


clear  [línea 169]

  void clear( )

Clear all values

Access:  public


count  [línea 202]

  void count( )

Countable

Access:  public

Implementation of:
Countable::count

get  [línea 83]

  mixed get( string $key, [mixed $default = null]  )

Get data value with key
Parámetros:
string   $key:  The data key
mixed   $default:  The value to return if data key does not exist

Return:  The data value, or the default value
Access:  public


getIterator  [línea 211]

  void getIterator( )

IteratorAggregate

Access:  public

Implementation of:
IteratorAggregate::getIterator

has  [línea 128]

  boolean has( string $key  )

Does this set contain a key?
Parámetros:
string   $key:  The data key

Access:  public


keys  [línea 118]

  array keys( )

Fetch set data keys

Return:  This set's key-value data array keys
Access:  public


normalizeKey  [línea 62]

  mixed normalizeKey( string $key  )

Normalize data key

Used to transform data key into the necessary key format for this set. Used in subclasses like \Slim\Http\Headers.

Parámetros:
string   $key:  The data key

Return:  The transformed/normalized data key
Access:  protected


offsetExists  [línea 178]

  void offsetExists( $offset  )

Array Access
Parámetros:
   $offset: 

Access:  public

Implementation of:
ArrayAccess::offsetExists

offsetGet  [línea 183]

  void offsetGet( $offset  )

Parámetros:
   $offset: 

Access:  public

Implementation of:
ArrayAccess::offsetGet

offsetSet  [línea 188]

  void offsetSet( $offset, $value  )

Parámetros:
   $offset: 
   $value: 

Access:  public

Implementation of:
ArrayAccess::offsetSet

offsetUnset  [línea 193]

  void offsetUnset( $offset  )

Parámetros:
   $offset: 

Access:  public

Implementation of:
ArrayAccess::offsetUnset

protect  [línea 240]

  Closure protect( \$callable, Closure $callable  )

Protect closure from being directly invoked
Parámetros:
Closure   $callable:  A closure to keep from being invoked and evaluated
Closure   \$callable: 

Access:  public


remove  [línea 137]

  void remove( string $key  )

Remove value with key from this set
Parámetros:
string   $key:  The data key

Access:  public


replace  [línea 98]

  void replace( array $items  )

Add data to set
Parámetros:
array   $items:  Key-value array of data to append to this set

Access:  public


set  [línea 72]

  void set( string $key, mixed $value  )

Set data key to value
Parámetros:
string   $key:  The data key
mixed   $value:  The data value

Access:  public


singleton  [línea 222]

  mixed singleton( string $key, Closure $value  )

Ensure a value or object will remain globally unique
Parámetros:
string   $key:  The value or object name
Closure   $value:  The closure that defines the object

Access:  public


__get  [línea 146]

  void __get( $key  )

Property Overloading
Parámetros:
   $key: 

Access:  public


__isset  [línea 156]

  void __isset( $key  )

Parámetros:
   $key: 

Access:  public


__set  [línea 151]

  void __set( $key, $value  )

Parámetros:
   $key: 
   $value: 

Access:  public


__unset  [línea 161]

  void __unset( $key  )

Parámetros:
   $key: 

Access:  public




Desarrollado por SIU.
Documentación generada con phpDocumentor 1.4.3

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

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

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

--[ c99shell v. 2.1 [PHP 8 Update] [02.02.2022] maintained byC99Shell Github | Generation time: 0.4702 ]--