Från professionella översättare, företag, webbsidor och fritt tillgängliga översättningsdatabaser.
만약 start 가 음수라면, 반환되는 문자열은 string 의 끝에서부터 start 번째 부터 시작하는 문자열이 된다.
if length is given and is positive, the string returned will contain at most length characters beginning from start (depending on the length of string).
만약 offset 이 양의 값이면, 시퀀스는 array 의 숫자에 해당하는 옵셋(offset)에서 부터 시작한다. 만약 offset 이 음의 값이라면, 시퀀스는 array 의 끝에서부터 그 수마큼 떨어진 곳에서 부터 시작한다.
note that array_slice() will ignore array keys, and will calculate offsets and lengths based on the actual positions of elements within the array.