Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php return [ 'category' => 'Categoria del Post', 'content' => ..

Decoded Output download

<?php

return [
    'category'         => 'Categoria del Post',
    'content'          => 'Contingut del Post',
    'details'          => 'Detalls del Post',
    'excerpt'          => 'Extracte<small> Petita descripci del post </small>',
    'image'            => 'Publicar imatge',
    'meta_description' => 'Meta Descripci',
    'meta_keywords'    => 'Meta paraules clau',
    'new'              => 'Crear nou post',
    'seo_content'      => 'Contingut SEO',
    'seo_title'        => 'Ttol SEO',
    'slug'             => 'URL slug',
    'status'           => 'Estat del Post',
    'status_draft'     => 'borrador',
    'status_pending'   => 'pendent',
    'status_published' => 'publicat',
    'title'            => 'Ttol del Post',
    'title_sub'        => 'El ttol de Post',
    'update'           => 'Actualitzar Post',
];
 ?>

Did this file decode correctly?

Original Code

<?php

return [
    'category'         => 'Categoria del Post',
    'content'          => 'Contingut del Post',
    'details'          => 'Detalls del Post',
    'excerpt'          => 'Extracte<small> Petita descripci del post </small>',
    'image'            => 'Publicar imatge',
    'meta_description' => 'Meta Descripci',
    'meta_keywords'    => 'Meta paraules clau',
    'new'              => 'Crear nou post',
    'seo_content'      => 'Contingut SEO',
    'seo_title'        => 'Ttol SEO',
    'slug'             => 'URL slug',
    'status'           => 'Estat del Post',
    'status_draft'     => 'borrador',
    'status_pending'   => 'pendent',
    'status_published' => 'publicat',
    'title'            => 'Ttol del Post',
    'title_sub'        => 'El ttol de Post',
    'update'           => 'Actualitzar Post',
];

Function Calls

None

Variables

None

Stats

MD5 c458b3645af791f4c25f1382e41998ed
Eval Count 0
Decode Time 75 ms