표준 PHP 라이브러리(SPL) SplFixedArray::offsetUnset

(PHP 5 >= 5.3.0, PHP 7, PHP 8)

SplFixedArray::offsetUnset — 지정된 $index에서 값을 설정 해제합니다.


설명

public SplFixedArray::offsetUnset(int $index): void

지정된 인덱스에서 값을 설정 해제합니다.


매개변수

index
인덱스가 설정되지 않습니다.

반환 값

값이 반환되지 않습니다.


오류/예외

index가 정의된 배열 크기를 벗어나거나 index를 정수로 구문 분석할 수 없는 경우 RuntimeException이 발생합니다.