PHP code example of dq5studios / entity_column
1. Go to this page and download the library: Download dq5studios/entity_column library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
dq5studios / entity_column example snippets
use function DQ5Studios\EntityColumn\entity_column;
function entity_column(array $array, int|string $column_key, int|string|null $index_key = null): array