Alireza Ebrahimi (footballer, born 1999)

Alireza Ebrahimi (Persian: علیرضا ابراهیمی; born 1999) is an Iranian footballer who plays as a Defender for Iranian club Shahin Bushehr in the Persian Gulf Pro League.[1]

Alireza Ebrahimi
Personal information
Date of birth 1999
Place of birth Bushehr, Iran
Playing position(s) Defender
Club information
Current team
Shahin Bushehr
Number 19
Youth career
2017–2019 Shahin Bushehr
Senior career*
Years Team Apps (Gls)
2019– Shahin Bushehr 4 (0)
* Senior club appearances and goals counted for the domestic league only and correct as of 11 July 2020

Club career

Shahin Bushehr

He made his debut in Iran Pro League for Shahin Bushehr in 6th fixtures of 2019–20 Iran Pro League against Foolad.[2]


gollark: I'm going to add precompilation of stuff to bytecode for maximum performance™.
gollark: PotatOS is even faster thanks to patented Potatron technology.
gollark: Arguably, Ale's code there is horrible.
gollark: The canned meat thingy?
gollark: ```lualocal function setInterval(func, s, ...) assert(type(func) == "function", "bad argument #1 (expected function, got ".. type(func) ..")") s = s or 0 assert(type(s) == "number", "bad argument #2 (expected number, got ".. type(s) ..")") local interval = {} interval.interval = s interval.func = func interval.args = {...} interval.id = genHex() interval.run = true interval.stopped = false interval.pid = spawn(function() while interval.run do sleep(interval.interval) spawn(function() interval.func(unpack(interval.args)) end) end end) interval = setmetatable(interval, { __tostring = function() return string.format("Interval 0x%x [%s]s (%s)", interval.id, s, string.match(tostring(func),"%w+$")) end, }) return intervalend```

References



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