Convertir en tableau un fichier yml en php
- Accueil
- Forum
- Programmation
- PHP
- Convertir en tableau un fichier yml en php
TBMaster59 Le 5 juillet 2017 à 14:48 (Édité le 25 janvier 2019 à 17:53)
j'ai besoin de votre car je n'arrive pas a convertir un fichier yml en tableau en php, j'ai chercher avec la méthode file() mais cela ne me convient pas
par exemple
rang.yml
rang0:
name: "Administrateur"
values: 2
permissions:
- api.add.sujets
- api.edit.sujets
- api.edit.other.sujets
- api.add.com
- api.sup.com
- api.lock.sujets
- api.unlock.sujets
- api.epignle.sujets
- api.desepingle.sujets
- api.lock.post.sous.cat
- api.unlock.post.sous.cat
- api.*
Et je veux convertir ça en tableau en php comment faire ? Zbuu Le 6 juillet 2017 à 18:30 (Édité le 1 janvier 1970 à 01:00)