|
SplFixedArray::getSizeGets the size of the array Beschreibung
public int SplFixedArray::getSize
( void
)
Gets the size of the array. Parameter-ListeDiese Funktion hat keine Parameter. RückgabewerteReturns the size of the array, as an integer. Beispiele
Beispiel #1 SplFixedArray::getSize example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: 5 10 Anmerkungen
Siehe auch
|