array-key पर टैग किए गए जवाब

9
PHP - सरणी मान का मुख्य नाम प्राप्त करें
मेरे पास निम्न के रूप में एक सरणी है: function example() { /* some stuff here that pushes items with dynamically created key strings into an array */ return array( // now lets pretend it returns the created array 'firstStringName' => $whatEver, 'secondStringName' => $somethingElse ); } $arr = example(); …
157 php  arrays  array-key 
हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.