Anonymous
public text v1 · immutableif (isset($_POST['editor']) && is_array($_POST['editor'])
{
if (count($_POST['editor']) > 0)
{
//do something
}
}
else
{
echo 'Required parameter missing or wrong type.';
}if (isset($_POST['editor']) && is_array($_POST['editor'])
{
if (count($_POST['editor']) > 0)
{
//do something
}
}
else
{
echo 'Required parameter missing or wrong type.';
}