I am trying to create a multi-dimensional array whose parts are determined by a string. I'm using .
as the delimiter, and each part (except for the last) should be an array
ex:
config.debug.router.strictMode = true
Ben yazın sanki ben aynı sonuçları istiyorum:
$arr = array('config' => array('debug' => array('router' => array('strictMode' => true))));
Bu sorun gerçekten beni çevrelerinde gidiş var olduğunu, herhangi bir yardım takdir edilmektedir. Teşekkürler!