Bonjour !

Est ce possible ?

par ex écrire dans un fichier :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
$tab = array(
	"00046" => array(
		"title" => array("fr" => 'texte'),
		"description" => array("fr" => 'texte'),
		"formats" => array("100x75", "160x120")
	),
	"00048" => array(
		"title" => array("fr" => 'texte'),
		"duration" => '19\'59',
		"description" => array("fr" => 'texte'),
		"formats" => array("100x75", "160x120")
	)
}
Merci d'avance pour vos suggestion