Gå til innhold

Asbjørn T.

Medlemmer
  • Innlegg

    621
  • Ble med

  • Besøkte siden sist

Om Asbjørn T.

  • Bursdag 09. jan. 1984

Profile Information

  • Kjønn
    Mann

Nylige profilbesøk

8 356 profilvisninger

Asbjørn T. sine prestasjoner

41

Nettsamfunnsomdømme

  1. Når man pauser i riktig øyeblikk 😜
  2. <?php function getNestedArrayValue($array, $keys) { foreach ($keys as $key) { if (!isset($array[$key])) { return null; } $array = $array[$key]; } return $array; }
  3. /^(The|A|An|Et|En|Den|Det|De)\b\s/i
  4. While ( [ start_value = 1 ; stop_value = 17 ; list_of_values = "1¶2¶3¶4¶5¶6¶7¶8¶9¶10¶11¶12¶13¶14¶15¶16¶17¶18¶19¶20¶21¶22¶23¶24¶25¶26¶27¶28¶29¶30¶31¶32¶33¶34¶35¶36¶37¶38¶38¶239¶40¶41¶42¶43¶44¶45¶46¶47¶48¶49¶50¶51¶52¶53" ; json = "" ; get_value = "" ; Values = "" ; counter = 0 ] ; counter < stop_value ; [ get_value = GetValue ( list_of_values ; counter + 1 ) ; Values = Case ( IsEmpty ( Values ) ; "season/" & get_value ; Values & "," & "season/" & get_value ) ; counter = counter + 1 ] ; JSONFormatElements ( "{\"values\":\"" & Values & "\",\"next_value\":\"" & get_value + 1 & "\"}" ) )
×
×
  • Opprett ny...