PHP » GoLang |
login |
register |
about
|
GoLang ArrayObject::offsetUnset
request it (303)
GoLang replacement for PHP's ArrayObject::offsetUnset
[edit | history]
ArrayObject::offsetUnset(PHP 5, PHP 7) ArrayObject::offsetUnset — Unsets the value at the specified index DescriptionUnsets the value at the specified index. Parameters
Return ValuesNo value is returned. Examples
Example #1 ArrayObject::offsetUnset() example
<?php The above example will output: object(ArrayObject)#1 (1) { [0]=> string(4) "zero" } |
more
Recently updated
more
Most requested
more
Last requests
|