Answer the question
In order to leave comments, you need to log in
Get an array property inside an object?
$prefix1='88Qn|Q*wcIa5';
$prefix2='66{Rvi#wy?r?#1';
$arr=[
'prefix1'=>'88Qn|Q*wcIa5',
'prefix2'=>'66{Rvi#wy?r?#1',
'encode'=>"$prefix1$prc$prefix2"
];
this['prefix1'].$prc.this['prefix2']
Answer the question
In order to leave comments, you need to log in
$prc = '';
$arr=[
'prefix1' => '88Qn|Q*wcIa5',
'prefix2' => '66{Rvi#wy?r?#1',
];
$arr['encode'] = $arr['prefix1'] . $prc . $arr['prefix2'];
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question