Download the PHP package bojaghi/helper without Composer
On this page you can find all versions of the php package bojaghi/helper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bojaghi/helper
More information about bojaghi/helper
Files in bojaghi/helper
Download bojaghi/helper
More information about bojaghi/helper
Files in bojaghi/helper
Vendor bojaghi
Package helper
Short Description Helper methods collection.
License GPL-2.0-or-later
Homepage https://github.com/bojaghi/helper
Package helper
Short Description Helper methods collection.
License GPL-2.0-or-later
Homepage https://github.com/bojaghi/helper
Please rate this library. Is it a good library?
Informations about the package helper
Helper
Template for Bojaghi project.
Methods
loadConfig
설정을 읽어들일 때 조력 메소드.
1개의 인수를 허용합니다. 이 인수는 문자열, 또는 연관배열입니다.
- 문자열을 입력하면 이것을 파일의 경로로 인식합니다. 해당 파일은 메소드를 호출한 측에서 설청 파일로 해석될 수 있는 배열을 리턴해야 합니다.
- 배열이 입력되면 입력된 그대로 리턴합니다.
separateArray
입력된 배열에서 연관배열 부분과 순차배열 부분을 분리하는 메소드.
1개의 배열을 허용합니다. 그리고 이 배열에서 키-값 쌍을 가지는 연관배열과, 값만을 명시한 순차배열 부분을 분리하여 리턴합니다. 이 때 정수 0을
- 배열을 리턴합니다. 길이 2로 고정되어 있습니다.
- 인덱스 0은 분리된 연관배열입니다. 빈 배열이 될 수도 있습니다.
- 인덱스 1은 분리된 순차배열입니다. 빈 배열이 될 수도 있습니다.
All versions of helper with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
The package bojaghi/helper contains the following files
Loading the files please wait ....