Skip to content

Instantly share code, notes, and snippets.

@endeveit
Created February 3, 2014 06:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save endeveit/8779468 to your computer and use it in GitHub Desktop.
Save endeveit/8779468 to your computer and use it in GitHub Desktop.
<?php
function arrayWalkCallback()
{
// … some business logic
// Уберём из системных свойств все кроме информации об услугах
$serviceKeys = ['re', 'hot', 'color', 'up', 'torg', 'wphoto', 'hasphoto', 'auto_re', 'uuid'];
// … other business logic
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment