
DsPair::__construct는 두 개의 인자를 받습니다. 첫 번째 인자는 key, 두 번째 인자는 value로 사용됩니다.
key는 string, int, float, bool, null, array, object, Closure, resource, 또는 DsPair 인스턴스 타입의 값을 받을 수 있습니다.
value는 모든 타입의 값을 받을 수 있습니다.
2025-04-18 00:25
DsPair::__construct는 두 개의 인자를 받습니다. 첫 번째 인자는 key, 두 번째 인자는 value로 사용됩니다.
key는 string, int, float, bool, null, array, object, Closure, resource, 또는 DsPair 인스턴스 타입의 값을 받을 수 있습니다.
value는 모든 타입의 값을 받을 수 있습니다.
2025-04-18 00:25