コード例 #1
0
function fixture_email($entry, $context)
{
    global $email;
    list($address, $domain) = explode("@", $email);
    $postfix = fixture_string($entry, $context);
    return "{$address}+{$postfix}@{$domain}";
}
コード例 #2
0
ファイル: general.php プロジェクト: cmpscabral/magento-tools
function fixture_capsed_string($entry, $context)
{
    return ucfirst(fixture_string($entry, $context));
}