Recherche
Voici les résultats de votre recherche.
Résultats plein texte:
- essais01
- 12 Occurrences trouvées, Dernière modification :
- /a></li>
</ul>
<?php
error_reporting(-1);
$action = (isset($_GET['test']) && preg_match('/[a-z]{1,2... T['test']) ) ? $_GET['test'] : null ;
switch($action)
{
case 'WRITER':
action_writer();
break;
case 'READER':
action_reader();
break;
case 'REMOVE':
action_rem
- essais02
- 11 Occurrences trouvées, Dernière modification :
- /a></li>
</ul>
<?php
error_reporting(-1);
$action = (isset($_GET['test']) && preg_match('/[a-z]{1,2... T['test']) ) ? $_GET['test'] : null ;
switch($action)
{
case 'SEARCHMAXMEM':
action_searchmaxmem();
break;
}
function getShmKey()
{
return ftok(__FILE__, 'A' );
}
function actio