[php] Hodnotenie

Viewer

copydownloadembedprintName: Hodnotenie
  1. <?php
  2.  
  3. function hodnotenie_podla_cisla( $hodnota ) {
  4.     
  5.     if ( $hodnota > 4 || $hodnota == 0 ) return 'hodnotení';
  6.     
  7.     if ( $hodnota > 1 ) return 'hodnotenia';
  8.     
  9.     return 'hodnotenie';
  10. }
  11.  
  12. echo hodnotenie_podla_cisla(4);

Editor

You can edit this paste and save as new:


File Description
  • Hodnotenie
  • Paste Code
  • 27 Feb-2021
  • 245 Bytes
You can Share it: