コード例 #1
0
<?php

/* @type $testUsers array */
$ini       = eZINI::instance('merck.ini');
$testUsers = $ini->variable( 'TestUsers', 'uuid' );

foreach( $testUsers as $login => $uuid )
{
    eZPersistentObject::removeObject( MMUsers::definition(), array( 'uuid' => $uuid ) );
}