Davron Khashimov

Davron Khashimov (Uzbek: Davron Hoshimov, Uzbek Cyrillic: Даврон Хошимов; born 24 November 1992 in Tashkent) is an Uzbekistani footballer who plays for PFC Lokomotiv Tashkent and Uzbekistan national team. He played in the 2015 AFC Asian Cup qualification.[1]

Davron Khashimov
Personal information
Full name Davron Khashimov
Date of birth (1992-11-24) November 24, 1992
Place of birth Tashkent, Uzbekistan
Height 179 cm (5 ft 10 in)
Playing position(s) Centre-back/ Right-back
Club information
Current team
Lokomotiv Tashkent
Number 24
Senior career*
Years Team Apps (Gls)
2011–2017 Pakhtakor 148 (5)
2018 Navbahor Namangan 24 (0)
2019– Lokomotiv Tashkent 5 (0)
National team
2013– Uzbekistan 19 (0)
* Senior club appearances and goals counted for the domestic league only and correct as of 23:03, 6 May 2019 (UTC)
‡ National team caps and goals correct as of 24 January 2019

Career

He plays since 2010 for Pakhtakor Tashkent. Khashimov played his debut match for the national team on 15 November 2013 in the away 2015 Asian Cup qualifying match against Vietnam ended with a 3:0 victory for the Uzbek side. He capped 2 matches for the national team (as of 29 May 2014).

In January 2019 it was announced that he signed for PFC Lokomotiv Tashkent[2]

Honors

Club

Pakhtakor
  • Uzbek League (1): 2012
  • Uzbek Cup (1): 2011
gollark: As of now, my code does```nimproc renderToHtml*(input: string): string = let wlRegex = re"\[\[([^:\]]+):?([^\]]+)?\]\]" let opt = CMARK_OPT_UNSAFE or CMARK_OPT_FOOTNOTES or CMARK_OPT_STRIKETHROUGH_DOUBLE_TILDE or CMARK_OPT_TABLE_PREFER_STYLE_ATTRIBUTES # create parser instance let str: cstring = input len: csize_t = len(input).csize_t parser: ParserPtr = cmark_parser_new(opt.cint) if parser == nil: raise newException(CatchableError, "failed to initialize parser") defer: cmark_parser_free(parser) [further initialization stuff] # parse document, get AST cmark_parser_feed(parser, str, len) let doc = cmark_parser_finish(parser) defer: cmark_node_free(doc) if doc == nil: raise newException(CatchableError, "parsing failed - should not occur") # iterate over AST using built-in cmark-gfm AST iteration thing for (evType, node) in cmarkTree(doc): # if it is a text node [OPERATIONS ON RELEVANT NODE THING] let html: cstring = cmark_render_html(doc, opt.cint, cmark_parser_get_syntax_extensions(parser)) defer: free(html) result = $html```
gollark: cmark. I will explain.
gollark: Hmm. Gibson, you use nim, yes? How can I nicely™ abstract this C library?
gollark: Hi.
gollark: Why are you not just... using an actual IRC client?

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.